generated from opensearch-project/opensearch-plugin-template-java
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
In the elasticsearch prometheus, there is a metric named elasticsearch_indices_shards_docs (Count of documents on this shard) which we use to get the number of shards by node.
Existing metrics :
opensearch_cluster_shards_number(for the whole cluster)opensearch_index_shards_number(for number of shard by index)
These 2 metrics are useful, but not for what we need : the number of shards by node
(It was present with another plugin for opensearch -discontinued- https://github.com/aparo/opensearch-prometheus-exporter )
We do need a metric that would provide the numbers of shards per node. Do you plan to add such a metric in a near future or if not, would you consider a pull request to add one ?
dbuteau and gwintzer
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request