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

Fixes #24952.
This commit is contained in:
John Belmonte 2020-09-25 04:10:57 +09:00 committed by GitHub
parent adc1b965f3
commit 9ca12a7663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,