Hi there I need some help regarding the following,
While using the job “booking-prod” the following query
scalar(sum(increase(booking_tool_submission_bookings_count{job=“$job”}[$__range])))
is no longer working as expected. It now shows really inflated numbers. The Prometheus server that holds the counter that this expression evaluates works normally.
I also have a production-staging job that still works as expected.
It should give the number of bookings in a time range only.
This used to work flawlessly. The staging job still works as expected.
Environment (with versions):
- Grafana version: cloud
- Operating system: cloud
- Browser: chrome
prometheus version 2.27.1
here is the used query. scalar(sum(increase(bookings_count{job=“$job”}[$__range]))).