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

Commit 0857e14

Browse files
bern4rdellidiogonicoleti
authored andcommitted
align data types
1 parent e8ad0ed commit 0857e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gauges/indexes.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (g *Gauges) UnusedIndexes() prometheus.Gauge {
6262
}
6363

6464
type schemaIndexBlocksRead struct {
65-
Name string `db:"schemaname"`
65+
Name string `db:"schemaname"`
6666
IndexBlocksRead float64 `db:"idx_blks_read"`
6767
}
6868

@@ -105,7 +105,7 @@ func (g *Gauges) IndexBlocksRead() prometheus.Gauge {
105105

106106

107107
type schemaIndexBlocksHit struct {
108-
Name string `db:"schemaname"`
108+
Name string `db:"schemaname"`
109109
IndexBlocksRead float64 `db:"idx_blks_hit"`
110110
}
111111

0 commit comments

Comments
 (0)