Another typo in dashboard definition for fedora_coreos
This commit is contained in:
parent
87f38db633
commit
8c97edf8f5
1 changed files with 3 additions and 3 deletions
|
@ -137,7 +137,7 @@
|
||||||
"expr": "zincati_identity_rollout_wariness != 0",
|
"expr": "zincati_identity_rollout_wariness != 0",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"intervalFactor": 2,
|
"intervalFactor": 2,
|
||||||
"legendFormat": "{{instance}}",
|
"legendFormat": {{ '"{{instance}}"' }},
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -230,7 +230,7 @@
|
||||||
"expr": "quantile_over_time(0.99, (time() - zincati_update_agent_last_refresh_timestamp)[15m:])",
|
"expr": "quantile_over_time(0.99, (time() - zincati_update_agent_last_refresh_timestamp)[15m:])",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"intervalFactor": 2,
|
"intervalFactor": 2,
|
||||||
"legendFormat": "{{instance}}",
|
"legendFormat": {{ '"{{instance}}"' }},
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -310,7 +310,7 @@
|
||||||
"expr": "sum by (kind) (rate(zincati_cincinnati_update_checks_errors_total[5m]))",
|
"expr": "sum by (kind) (rate(zincati_cincinnati_update_checks_errors_total[5m]))",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"intervalFactor": 2,
|
"intervalFactor": 2,
|
||||||
"legendFormat": "kind: {{kind}}",
|
"legendFormat": {{'"kind: {{kind}}"'}},
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue