Query not working as it used to

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]))).

Hi @service3 !

I’m not seeing anything in the Grafana or Prometheus GitHub repos that indicate there might be a bug or unknown issue, however to be sure you can open a ticket with the Grafana Cloud Support team if you haven’t already done so.

Note that they can review and confirm there are no issues with the platform, such as an issue with the query editor or dashboard/Explore features. The Support team may not be able to provide assistance with specific queries as that is out of scope.