Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit eef5c85

Browse files
committed
Improve metric name
1 parent e7ba953 commit eef5c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gauges/indexes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type indexScans struct {
1616
func (g *Gauges) IndexScans() *prometheus.GaugeVec {
1717
var gauge = prometheus.NewGaugeVec(
1818
prometheus.GaugeOpts{
19-
Name: "postgresql_indexes_scans_total",
19+
Name: "postgresql_index_scans_total",
2020
Help: "Number of index scans initiated on a index",
2121
ConstLabels: g.labels,
2222
},

0 commit comments

Comments
 (0)