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
Is your feature request related to a problem?
Currently it returns metrics for all the nodes. Only way to distinguish them is by node name.
What solution would you like?
Currently we can do:
opensearch_os_cpu_percent{cluster="$cluster", node=~"data-node-0"}
It will be great if we can also do something like this:
opensearch_os_cpu_percent{cluster="$cluster", nodetype=~"data"}
What alternatives have you considered?
In our grafana dashboard we differentiate them by regex of node name but it is not reliable. As anyone can name their nodes differently for different node types
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request