Skip to content

Commit 4eb7967

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: collector/pg_statio_user_indexes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var (
4242
prometheus.Labels{},
4343
)
4444
statioUserIndexesIdxBlksHit = prometheus.NewDesc(
45-
prometheus.BuildFQName(namespace, statioUserIndexesSubsystem, "idx_blks_hit"),
45+
prometheus.BuildFQName(namespace, statioUserIndexesSubsystem, "idx_blks_hit_total"),
4646
"Number of buffer hits in this index",
4747
[]string{"schemaname", "relname", "indexrelname"},
4848
prometheus.Labels{},

0 commit comments

Comments
 (0)