mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-28 13:50:21 +00:00
`prometheus.MustRegister` panics if the metric cannot be registered. Instead, use `prometheus.Register` and return the error if the metric cannot be registered. Also, add tests for `RegisterMetricAndTrackRateLimiterUsage`. Signed-off-by: Ferran Rodenas <frodenas@gmail.com>