Skip to content

Commit

Permalink
Fix spelling mistake in shards docs metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunmansell authored and zwopir committed Oct 4, 2019
1 parent e8588be commit c3d3f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/indices.go
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,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,
),
Expand Down

0 comments on commit c3d3f50

Please sign in to comment.