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

{
    "invocations": 7,
    "started at (ms)": [
        0,
        254,
        465,
        761,
        1055,
        1328,
        1621
    ],
    "gaps (ms)": [
        254,
        211,
        296,
        294,
        273,
        293
    ],
    "elapsed (ms)": 1622,
    "caller": "threw: com.ankurm.resilience.support.TransientException: attempt 7 failed",
    "MethodRetryEvents": [
        "jittered failed with TransientException -> will retry",
        "jittered failed with TransientException -> will retry",
        "jittered failed with TransientException -> will retry",
        "jittered failed with TransientException -> will retry",
        "jittered failed with TransientException -> will retry",
        "jittered failed with TransientException -> will retry",
        "jittered failed with TransientException -> will retry",
        "jittered failed with RetryException -> retry aborted"
    ]
}
