Integrate prometheus client on a limited hardware capable server #1239
meetme2meat
started this conversation in
General
Replies: 1 comment 1 reply
-
Let's move it to discussion, as there is no single answer here. It really depends on too many factors. How many metrics you have, their cardinality, if you use native metrics or collectors, how you implement collectors (if they are blocking, you make scrape more expensive too). What we can say is that this project is highly focused on efficiency, so if you feel there is a room for improvement we would be interested to optimize things. To my knowledge there is no faster/cheaper client for Prometheus metrics for Go in the public. There might be however rooms for improvement for certain edge cases. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
More of an info need post: I'm aware of the Prometheus Golang client has been using it on a past Golang project.
We want to implement the same in our existing project. but the system on which our application runs has very limited hardware. We are not sure the kind of load a Prometheus instrumentation would add to an existing running application.
Are there available benchmarks that can be referred to infer a number?
Beta Was this translation helpful? Give feedback.
All reactions