OpenSearch Prometheus v2
OpenSearch cluster monitoring with OpenSearch Prometheus Exporter and Node Exporter
This is a revision v3 of the Opensearch Prometheus Dashboard here:
https://grafana.com/grafana/dashboards/15178-opensearch-prometheus/
I fixed it, there was a different query in the variable “job” regarding the label value:
Before: label_values(node_uname_info{job=~".kubernetes.|.node_exporters."}, job)
After: label_values(node_uname_info{job=~".kubernetes.|.node-exporter."}, job)
The wrong variable was also invalidating “nodename” and “node” variables as well because they referenced each other.
Additionally, I removed the following views related to K8s:
- Total Memory
- Total Memory Free
- Total Memory Available
Changed:
- Total Disk Available (Related to Opensearch cluster nodes)
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |
Metrics Endpoint (Prometheus)
Easily monitor any Prometheus-compatible and publicly accessible metrics URL with Grafana Cloud's out-of-the-box monitoring solution.
Learn more