Skip to content

Commit 06975c8

Browse files
committed
Add missing metric descriptions
Signed-off-by: Joe Adams <github@joeadams.io>
1 parent 6700e15 commit 06975c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

collector/indices.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,9 @@ func (i *Indices) Describe(ch chan<- *prometheus.Desc) {
11031103
for _, metric := range i.aliasMetrics {
11041104
ch <- metric.Desc
11051105
}
1106+
for _, metric := range i.shardMetrics {
1107+
ch <- metric.Desc
1108+
}
11061109

11071110
}
11081111

0 commit comments

Comments
 (0)