We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a320bf commit ed48174Copy full SHA for ed48174
collector/indices_settings.go
@@ -93,7 +93,7 @@ func NewIndicesSettings(logger log.Logger, client *http.Client, url *url.URL) *I
93
{
94
Type: prometheus.GaugeValue,
95
Desc: prometheus.NewDesc(
96
- prometheus.BuildFQName(namespace, "indices_settings", "number_of_replicas"),
+ prometheus.BuildFQName(namespace, "indices_settings", "replicas"),
97
"index setting number_of_replicas",
98
defaultIndicesTotalFieldsLabels, nil,
99
),
0 commit comments