Skip to content

Commit ea99a19

Browse files
SticksmanSuperQ
andauthored
Update collector/pg_stat_user_indexes.go
Co-authored-by: Ben Kochie <[email protected]> Signed-off-by: Felix Yuan <[email protected]>
1 parent c2566d5 commit ea99a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_stat_user_indexes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var (
4242
prometheus.Labels{},
4343
)
4444
statUserIndexesIdxTupRead = prometheus.NewDesc(
45-
prometheus.BuildFQName(namespace, statUserIndexesSubsystem, "idx_tup_read"),
45+
prometheus.BuildFQName(namespace, statUserIndexesSubsystem, "idx_tup_reads_total"),
4646
"Number of index entries returned by scans on this index",
4747
[]string{"schemaname", "relname", "indexrelname"},
4848
prometheus.Labels{},

0 commit comments

Comments
 (0)