-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
discussion: a metrics plugin using github.com/VictoriaMetrics/metrics #875
Comments
metrics library does not support prometheus histograms |
Do you mean that Prometheus (the database) wouldn't know what to do with a Histogram from the metrics library ? |
i'm use metrics library in some of my projects, but without prometheus like histograms metrics can't be collected by prometheus server. So this plugin can be useful only with victoriametrics server that collects metrcis |
Yes. That's my use case and it might also benefit other users of VictoriaMetrics server so I'd argue a plugin is still useful. |
nice to hear! |
Hi,
this is not really an issue, I'm opening a discussion.
We use VictoriaMetrics at work and its metrics library to expose metrics from Go programs. It's a lightweight alternative to the official prometheus client.
It's not necessary to use VictoriaMetrics, it's just another, more efficient way to expose metrics in the Prometheus text format (and its histogram is easier to use).
I'm wondering if you would be open to include a plugin like kvictoria or something that would expose metrics using the
metrics
library, that way we could benefit from the advantages of themetrics
library.I'm willing to work on this. My plan would be to essentially copy and adapt the kprom plugin.
Let me know what you think.
The text was updated successfully, but these errors were encountered: