generated from opensearch-project/opensearch-plugin-template-java
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What is the bug?
Having just upgraded to 3.2.0, I can see that previous Grafana dashboards reporting on the value of "opensearch_os_cpu_percent" are now returning a value of -1.0 for all nodes in the cluster which makes it impossible to observe the CPU usage.
# HELP opensearch_os_cpu_percent CPU usage in percent
# TYPE opensearch_os_cpu_percent gauge
opensearch_os_cpu_percent{cluster="Stage",node="Stage-opensearch-data-node-0",nodeid="Vl0KPIV2QGGvq8fEv0Grjg",} -1.0
How can one reproduce the bug?
Steps to reproduce the behavior:
- Install a 3.2.0 Opensearch Cluster
- Add the 3.2.0 opensearch-prometheus-exporter
- Inspect the output on {node}:9200/_prometheus/metrics
- Observe the value output for "opensearch_os_cpu_percent"
What is the expected behavior?
The value should be a float between 0 and 100
What is your host/environment?
- OS: RedHat 8.10
FixGN, alantang888 and YeonghyeonKO
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working