Replies: 1 comment 3 replies
-
|
Sometimes lags just happen. And the usual advice in these situations is to continue monitoring. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
A slow running query alert was triggered by pgwatch3 for one of our monitored databases, indicating a task running for 15 minutes. However, the metrics for average query runtime and longest running query over the same period do not show any anomalies (0.7ms avg, 0s max for 6 hours).
The Alert Query using Postgres Source.
The Query is taken from the Stat Activity Dashboard from pgwatch
Also, When i switch from Absolute time range to last 24hours, that query doesn't reappear.
How Every the pgwatch Dashboard for Health Checks is shown 0s for longest Query
max(max_over_time(pgwatch_backends_longest_query_seconds{dbname='$dbname'}[$__interval]))shown 0.7ms Avg
Query runtime (avg.)
Beta Was this translation helpful? Give feedback.
All reactions