Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom metrics provider for controller_runtime metrics #3094

Open
jonathan-innis opened this issue Jan 28, 2025 · 0 comments
Open

Support custom metrics provider for controller_runtime metrics #3094

jonathan-innis opened this issue Jan 28, 2025 · 0 comments

Comments

@jonathan-innis
Copy link
Member

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.

@jonathan-innis jonathan-innis changed the title Support registering a custom metrics provider for controller_runtime metrics Support custom metrics provider for controller_runtime metrics Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant