Commit 9ca12a76 by John Belmonte Committed by GitHub

prometheus grafana dashboard: use newer info metric (#27240)

Fixes #24952.
parent adc1b965
......@@ -441,7 +441,7 @@
],
"targets": [
{
"expr": "topk(1, grafana_info)",
"expr": "topk(1, grafana_info or grafana_build_info)",
"format": "time_series",
"instant": true,
"intervalFactor": 2,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment