The Retry GatewayFilter Factory takes retries, statuses, methods, and series as parameters.
The Retry GatewayFilter Factory support following set of parameters:
The following defaults are configured for Retry filter if enabled:
retries — 3 times
series — 5XX series
methods — GET method
exceptions — IOException and TimeoutException
backoff — disabled
These metrics are then available to be scraped from /actuator/metrics/gateway.requests and can be easily integated with Prometheus to create a Grafana dashboard.
These metrics are then available to be scraped from /actuator/metrics/gateway.requests and can be easily integrated with Prometheus to create a Grafana dashboard.
| -To enable the pometheus endpoint add micrometer-registry-prometheus as a project dependency. +To enable the prometheus endpoint add micrometer-registry-prometheus as a project dependency. |