Skip to content

Commit e9f2c31

Browse files
Merge branch '0.10-mr' of gitlab.com:postgres-ai/postgres_ai into 0.10-mr
2 parents 444343e + 30e42e4 commit e9f2c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/pgwatch-prometheus/metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ metrics:
900900
temp_bytes_written::int8 as temp_bytes_written
901901
from aggregated_statements
902902
17: |
903-
WITH aggregated_statements as (
903+
with aggregated_statements as (
904904
select
905905
pg_database.datname,
906906
pg_stat_statements.queryid,

0 commit comments

Comments
 (0)