Hi,
Have developed db2 query exporter for Prometheus, build below sample select query, select name as "db2_mycounter_name", total as "db2_mycounter_total" from myfakecounter and inserted 2 values into table insert into myfakecounter values ( 'counter1', 100 ) insert into myfakecounter values ( 'counter2, 200 ) I'm able to see both values on Prometheus console. However, after a while, i have deleted counter2 value i.e 200 from database. But in Prometheus console still seeing 200 value which I have deleted Its not showing me the existing results of select query i.e only counter 1 value Want to know how to get the latest query results using promql? -- 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/f3414d38-1d92-4307-85f4-3f249c858eddo%40googlegroups.com.

