Re: [prometheus-developers] Most recent Timeseries in case of GAUGE metrics

2023-09-05 Thread sunil sahu
pattern you have set up, > the answer would be to export a corresponding timestamp metric so you > can select the most recently updated pod's gauge value. I hope this > helps. > > --Matt > > On Mon, Sep 4, 2023 at 3:23 PM Stuart Clark > wrote: > > > > On 25/08/2023 04:

[prometheus-developers] Most recent Timeseries in case of GAUGE metrics

2023-09-04 Thread sunil sahu
Hello All, I need help in my below use case. We have a centralized python application which continuously monitors state for other applications by running tests. We creates *GUAGE* metrics with a value (Ex. 100) and set to different value when state changes (Ex. 200 or 300) using gauge's set