Max Inden
Max Inden
Yes, correct, expensive in terms of hardware resources.
I am undecided on the topic of global registries. Not offering it within `open-metrics-client` thus far has been by design. On the one hand I do understand that offering a...
> Thanks for creating an official Rust crate for Prometheus. :) Happy that it is of some use :heart: > My use case is for exporting counters from the operating...
Oh my bad. Thanks @phyber for raising this. Would you mind giving https://github.com/prometheus/client_rust/pull/41 a review? It exposes the methods and adds an example on how to implement a custom metric...
With #41 merged, can this crate support your use-case now @phyber?
> I'm going to have to take a while and try to adapt it to something much closer to what I'm actually doing at the moment. My actual code that's...
Cross referencing proposal here: https://github.com/prometheus/client_rust/pull/82
Hi Gerry, As you noted above `open-metrics-client` does not itself support exposition of process metrics today. > I was thinking probably as another crate That sounds good. I am open...
> If I can find some time it’d be nice yeah, hopefully I’ll be able to find time to dig into this. Great. Let me know in case you need...
@dovreshef would you be retrieving the information from the system in time or on an interval. I think the former is the Prometheus way. Would the custom metric example not...