Hi everyone, I am using gauge metric type. Can anyone let me know, how to 
associate timestamp along with metric data in C++?

For eg: 
In Go:    prometheus.*NewMetricWithTimestamp*(t,metric)
in C++ is there any API to add timestamp?

In C++ I am exposing metric like this:
sample_metric.Add({{"label","value"}}).Set(gauge_value);
 

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/7a05120f-150c-4673-bb7a-0ec41496e342n%40googlegroups.com.

Reply via email to