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

{
    "invocations": 4,
    "started at (ms)": [
        0,
        1001,
        2002,
        3004
    ],
    "gaps (ms)": [
        1001,
        1001,
        1002
    ],
    "elapsed (ms)": 3008,
    "caller": "threw: com.ankurm.resilience.support.TransientException: attempt 4 failed",
    "MethodRetryEvents": [
        "defaults failed with TransientException -> will retry",
        "defaults failed with TransientException -> will retry",
        "defaults failed with TransientException -> will retry",
        "defaults failed with TransientException -> will retry",
        "defaults failed with RetryException -> retry aborted"
    ]
}
