mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
fix(sql-exporter): Fix typo in gauge
In f4b3c317f there was a typo and I missed that on review
This commit is contained in:
committed by
Alexey Kondratov
parent
0f65684263
commit
bf03713fa1
@@ -326,7 +326,7 @@ files:
|
||||
SELECT checkpoints_timed FROM pg_stat_bgwriter;
|
||||
|
||||
- metric_name: compute_logical_snapshot_files
|
||||
type: guage
|
||||
type: gauge
|
||||
help: 'Number of snapshot files in pg_logical/snapshot'
|
||||
key_labels:
|
||||
- tenant_id
|
||||
|
||||
Reference in New Issue
Block a user