apk
apk copied to clipboard
Enable metrics for ratelimiter along with the other metrics
Problem
Currently the Prometheus metrics are enabled using the metrics.enabled flag in the values.yaml, but there needs to be a separate statsd configuration for enabling metrics for ratelimiter. The ratelimiter metrics should also be enabled via the metrics.enabled flag without needing a separate config for it.
Solution
Set default values for the statsd configuration and overwrite those values if a statsd config is provided in the values.yaml. The resource limits for the statsd pod also need to be set.
Affected Component
None
Version
1.1.0
Implementation
No response
Related Issues
No response
Suggested Labels
No response