On 2021-09-09 11:06, Prince wrote:
Hi everyone,
Can anyone please let me know, Is it possible to collect multiple
gauge values for a single time series at the metric end-point?
For eg: the text-format exposition

my_metric{lname:"abc"} 1.5 2.5
** here metric name is: my_metric
     label name is: lname
     label value is:  abc
First gauge value: 1.5
Second gauge value: 2.5


Each metric has exactly one value, so if you are wanting to store multiple values that would be multiple metrics, each with a unique name.

So for example my_metric_temperature_degrees & my_metric_height_meters

--
Stuart Clark

--
You received this message because you are subscribed to the Google Groups 
"Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-developers/4235167312193c2bc8a7aedf0c99d7a2%40Jahingo.com.

Reply via email to