diff --git a/collector/indices.go b/collector/indices.go index d71b07b1..bfd7b2a2 100644 --- a/collector/indices.go +++ b/collector/indices.go @@ -949,7 +949,7 @@ func NewIndices(logger log.Logger, client *http.Client, url *url.URL, shards boo { Type: prometheus.GaugeValue, Desc: prometheus.NewDesc( - prometheus.BuildFQName(namespace, "indices", "shared_docs"), + prometheus.BuildFQName(namespace, "indices", "shards_docs"), "Count of documents on this shard", shardLabels.keys(), nil, ),