Skip to content

Commit

Permalink
Fixed index metric description
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Grigorev committed Jul 25, 2024
1 parent 8984b0c commit 198f18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/collector/postgres_indexes.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func NewPostgresIndexesCollector(constLabels labels, settings model.CollectorSet
settings.Filters,
),
io: newBuiltinTypedDesc(
descOpts{"postgres", "index_io", "blocks_total", "Total number of indexes' blocks processed.", 0},
descOpts{"postgres", "index_io", "blocks_total", "Total number of indexes blocks processed.", 0},
prometheus.CounterValue,
[]string{"database", "schema", "table", "index", "access"}, constLabels,
settings.Filters,
Expand Down

0 comments on commit 198f18a

Please sign in to comment.