OpenSearch Prometheus v2 1,4041,404
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)
Used Metrics 2222
opensearch_cluster_status
opensearch_cluster_nodes_number
opensearch_cluster_datanodes_number
opensearch_cluster_pending_tasks_number
opensearch_cluster_shards_number
-
node_cpu_seconds_total
-
node_network_receive_bytes_total
-
node_network_transmit_bytes_total
opensearch_indices_merges_total_docs_count
opensearch_indices_store_size_bytes
opensearch_indices_indexing_index_count
opensearch_indices_search_fetch_count
opensearch_threadpool_tasks_number
opensearch_threadpool_threads_number
opensearch_fs_total_available_bytes
opensearch_fs_total_total_bytes
opensearch_threadpool_threads_count
opensearch_jvm_mem_heap_used_bytes
opensearch_jvm_mem_heap_max_bytes
opensearch_transport_rx_packets_count
opensearch_transport_tx_packets_count
opensearch_jvm_gc_collection_time_seconds