postgres_mixin/alerts: fix incorrect promql aggregation

Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
This commit is contained in:
Paweł Krupa (paulfantom) 2022-04-23 08:34:39 +02:00
parent 92bdb8755d
commit db429bd4b1
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@
summary: 'PostgreSQL high number of slow on {{ $labels.cluster }} for database {{ $labels.datname }} ',
},
expr: |||
avg(
rate by (datname) (
avg by (datname) (
rate (
pg_stat_activity_max_tx_duration{datname!~"template.*",%(postgresExporterSelector)s}[2m]
)
) > 2 * 60