-
Notifications
You must be signed in to change notification settings - Fork 9
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
Prometheus metrics #62
Comments
I think a special handler is good. (I also noticed that we don't have the documentation for SelfStatus handler which exposes current metrics) Whether you need a cargo feature or not depends on whether you need some large dependencies to implement Prometheus exporter. And hopefully, you can do it in top of |
Oh, it more complicated than I'd expected. |
For libcantal: Collection has a Regarding self-meter-http there were two considerations:
Рerhaps we can expose something like It might also be possible to just write a |
Add a handler that renders cantal metrics in Prometheus plain text format.
We are currently running swindon in kubernetes and so we have prometheus for metrics.
I have several options to expose swindon's metrics to prometheus:
!PrometheusMetrics
handler that will render current Cantal metrics in Prometheus readable format.prometheus-cantal-exporter
that will read cantal files and render prometheus metrics.@tailhook , your thoughts?
The text was updated successfully, but these errors were encountered: