On 18/01/2023 00:15, Mark Selby wrote:
I am struggling with PromQL over an issue dealing with a metric that
changes less frequently than the scrape interval. I am trying to use
Prometheus as a pseudo event tracker and hoping to get some advice on
how to best try and accomplish my goal.
I think this is the fundamental issue you are facing. Prometheus isn't an event system. It is designed for metrics, which are pretty different to events. It sounds like you should look at a system like Loki, Elasticsearch or a general purpose SQL or key/value database, as they are likely to be a much better fit for you than a timeseries database and ecosystem that is designed for handling metrics.

--
Stuart Clark

--
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/35ad9d4d-fc3f-2d6a-9f48-4cddb96b9fe9%40Jahingo.com.

Reply via email to