Results of monitoring of indexer in Grafana is empty #4814
-
Dear colleagues! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The silence of the Universe... Ok. To show the results we need to change expression in dashboard settings or indexer.yml. Values of "expr" attributes should be accordingly: rate(process_cpu_seconds_total[1m]) * 100 for CPU, go_threads for threads, indexer_jvm_memory_used for heap memory. Data source should be set Prometheus in the dashboard settings, or you need add variable DS_PROMETHEUS = Prometheus in dashboard settings |
Beta Was this translation helpful? Give feedback.
The silence of the Universe... Ok. To show the results we need to change expression in dashboard settings or indexer.yml. Values of "expr" attributes should be accordingly: rate(process_cpu_seconds_total[1m]) * 100 for CPU, go_threads for threads, indexer_jvm_memory_used for heap memory. Data source should be set Prometheus in the dashboard settings, or you need add variable DS_PROMETHEUS = Prometheus in dashboard settings