# GET /demo/retry/exponential   (Spring Framework 7.0.9, Resilience4j 2.4.0, JDK 25)
# Source: src/main/java/com/ankurm/resilience/web/DemoController.java

{
    "invocations": 6,
    "started at (ms)": [
        3,
        104,
        304,
        705,
        1206,
        1707
    ],
    "gaps (ms)": [
        101,
        200,
        401,
        501,
        501
    ],
    "elapsed (ms)": 1707,
    "caller": "threw: com.ankurm.resilience.support.TransientException: attempt 6 failed",
    "MethodRetryEvents": [
        "exponential failed with TransientException -> will retry",
        "exponential failed with TransientException -> will retry",
        "exponential failed with TransientException -> will retry",
        "exponential failed with TransientException -> will retry",
        "exponential failed with TransientException -> will retry",
        "exponential failed with TransientException -> will retry",
        "exponential failed with RetryException -> retry aborted"
    ]
}
