Skip to content

Commit bdf309a

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 ea99a19 commit bdf309a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: collector/pg_stat_user_indexes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var (
4848
prometheus.Labels{},
4949
)
5050
statUserIndexesIdxTupFetch = prometheus.NewDesc(
51-
prometheus.BuildFQName(namespace, statUserIndexesSubsystem, "idx_tup_fetch"),
51+
prometheus.BuildFQName(namespace, statUserIndexesSubsystem, "idx_tup_fetches_total"),
5252
"Number of live table rows fetched by simple index scans using this index",
5353
[]string{"schemaname", "relname", "indexrelname"},
5454
prometheus.Labels{},

0 commit comments

Comments
 (0)