Re: [prometheus-developers] Prometheus client_model protobuf question

2022-11-14 Thread Bjoern Rabenstein
On 04.11.22 22:16, 'Fabian Stäber' via Prometheus Developers wrote: > > Now, I'm not sure how to set the MetricFamily.name field for Counter > metrics. > > Should I use the name including the "_total" suffix here or without the > "_total" suffix? Short answer: Include the _total suffix. Longer

[prometheus-developers] Prometheus client_model protobuf question

2022-11-04 Thread 'Fabian Stäber' via Prometheus Developers
Hi, I'm implementing the metrics.proto exposition format in client_java because it's needed for native histograms. Now, I'm not sure how to set the MetricFamily.name field for Counter metrics.