apk icon indicating copy to clipboard operation
apk copied to clipboard

Enable metrics for ratelimiter along with the other metrics

Open sgayangi opened this issue 6 months ago • 0 comments

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

sgayangi avatar Aug 28 '24 04:08 sgayangi