Skip to content

Commit 30e42e4

Browse files
Dementii PriadkoNikolayS
andcommitted
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Nikolay Samokhvalov <nik@postgres.ai>
1 parent bbe4c8d commit 30e42e4

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)