You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have use-cases for using different metric providers for metrics that are provided by controller runtime (e.g. printing EMF logs rather than using a Prometheus client). Currently, there is no way to register a custom metrics provider with controller runtime like is allowed through metrics like client-go.
Metrics are registered here but are statically configured to use Prometheus as their metric publisher. It would be great if we could support a similar provider registration mechanism like we have with client-go.
changed the title [-]Support registering a custom metrics provider for `controller_runtime` metrics[/-][+]Support custom metrics provider for `controller_runtime` metrics[/+]on Jan 28, 2025
Activity
[-]Support registering a custom metrics provider for `controller_runtime` metrics[/-][+]Support custom metrics provider for `controller_runtime` metrics[/+]k8s-triage-robot commentedon Apr 28, 2025
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied,lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
jonathan-innis commentedon May 5, 2025
/remove-lifecycle stale
austince commentedon Jul 8, 2025
Related #2238