Skip to content

Commit c3d3f50

Browse files
shaunmansellzwopir
authored andcommitted
Fix spelling mistake in shards docs metric name
1 parent e8588be commit c3d3f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/indices.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ func NewIndices(logger log.Logger, client *http.Client, url *url.URL, shards boo
950950
{
951951
Type: prometheus.GaugeValue,
952952
Desc: prometheus.NewDesc(
953-
prometheus.BuildFQName(namespace, "indices", "shared_docs"),
953+
prometheus.BuildFQName(namespace, "indices", "shards_docs"),
954954
"Count of documents on this shard",
955955
shardLabels.keys(), nil,
956956
),

0 commit comments

Comments
 (0)