156 Through a new exporter the ApiRateLimitState is now exposed on the actuator endpoint. With this the rate-limit state can now be monitored on the Grafana side.
Two things to note here are:
The status Enum is converted to ordinal and set to CRITICAL in the case that the Optional is empty
When the optional is empty the api_ratelimit_state_paused metric is set to 1 indicating that the requesting has being paused.
156 Through a new exporter the ApiRateLimitState is now exposed on the actuator endpoint. With this the rate-limit state can now be monitored on the Grafana side.
Two things to note here are: