Hi everyone,
I am using C++ client library for Prometheus.
In Golnag: For Adding timestamp along with the value, we have an API  
*NewMetricWithTimestamp 
<https://godoc.org/github.com/prometheus/client_golang/prometheus#NewMetricWithTimestamp>(time,
 
metric). *

I am searching the same for C++.
Can anyone help, how we can add timestamp along with the value using C++ 
client library?


For eg: my_metric(label name, label value) 123 1636534467
where 123 is the metric value and 1636534467 is a timestamp in epoch format.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/061ef2b0-8502-458d-a730-b795ff2aea0dn%40googlegroups.com.

Reply via email to