HI everyone,
I am new t Prometheus, can anyone let me know:
Is it possible to replace the existing time series with new scrapped data.
For example:
at metric end:
metric_example(name:"abc") 1
metric_example(name:"xyz") 2
So for this Prometheus server will have two timeseries as:
metric_example{instance:"192.168.47.53",job:"example",name:"abc"} 1
metric_example{instance:"192.168.47.53",job:"example",name:"xyz"} 2
*is it possible that on prometheus the first timeseries get replaced with
the second one, when the second one gets scrapped from metric end?*
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-developers/74cdd58c-3355-4ce0-8235-1297659b3027n%40googlegroups.com.