-
Notifications
You must be signed in to change notification settings - Fork 16
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.erl support. #5
Comments
ping |
@deadtrickster go ahead, pr will be welcome :) |
@deadtrickster sorry was short on my answer :) IMO you can do like what i did in grapherl: https://github.com/benoitc/erlang-metrics/blob/master/src/metrics_grapherl.erl#L32-L34 doing what you do on counter , gauge and histogram is ok. then it's about the application to handle the logic. Tjoughts? |
Now when you use prometheus, what you think is be best way to approach it? What I want personally is something enough to get hackney metrics. |
@deadtrickster how do you mean? Having metrics calculated initially ? |
@deadtrickster any movement on this? I can take a look. |
@tsloughter Hi, |
@deadtrickster why do you care about the version used by hackney? Erlang-metrics is using a feature not available in Erlang < 17 , so until the support of Erlang 16 is removed this could likely happen unfortunately. |
because I have some hackney code I want to get metrics from:-). Do you have an estimation for hackney 2? I assume this will use metric2? |
@deadtrickster are you still up to provide a PR for it? Would be interrested to included it in next release. |
yes, for version 2? |
we can bump the next erlang-metrics and make it compatible for current hackney version as well :) |
@deadtrickster I was actually going to ping you about this, but now i see you've already opened an issue. Any update on this? |
Hello!
I want to add prometheus.erl support.
Metrics:
How this could be mapped to erlang-metrics metrics?
Thank you
The text was updated successfully, but these errors were encountered: