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

Commit a33c6a5

Browse files
bern4rdellidiogonicoleti
authored andcommitted
Fix function name
1 parent 0857e14 commit a33c6a5

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
@@ -67,7 +67,7 @@ type schemaIndexBlocksRead struct {
6767
}
6868

6969
// IndexBlocksRead returns the sum of the number of disk blocks read from all public indexes
70-
func (g *Gauges) IndexBlocksRead() prometheus.Gauge {
70+
func (g *Gauges) IndexBlocksHit() prometheus.Gauge {
7171
var gauge = prometheus.NewGaugeVec(
7272
prometheus.GaugeOpts{
7373
Name: "postgresql_index_blocks_read_sum",

0 commit comments

Comments
 (0)