20260629 修复ARM监控fallback面板零值显示

This commit is contained in:
yuyr 2026-06-29 13:23:44 +08:00
parent 4b98a9cd37
commit f9f91f072a
3 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@
"pluginVersion": "11.3.1", "pluginVersion": "11.3.1",
"targets": [ "targets": [
{ {
"expr": "ours_rp_repo_sync_phase_count{phase=\"rrdp_failed_rsync_ok\"}", "expr": "sum(ours_rp_repo_sync_phase_count{phase=\"rrdp_failed_rsync_ok\"}) or vector(0)",
"legendFormat": "fallback", "legendFormat": "fallback",
"refId": "A" "refId": "A"
} }

View File

@ -132,7 +132,7 @@
"pluginVersion": "11.3.1", "pluginVersion": "11.3.1",
"targets": [ "targets": [
{ {
"expr": "ours_rp_repo_sync_phase_count{phase=\"rrdp_failed_rsync_ok\"}", "expr": "sum(ours_rp_repo_sync_phase_count{phase=\"rrdp_failed_rsync_ok\"}) or vector(0)",
"legendFormat": "fallback", "legendFormat": "fallback",
"refId": "A" "refId": "A"
} }

View File

@ -132,7 +132,7 @@
"pluginVersion": "11.3.1", "pluginVersion": "11.3.1",
"targets": [ "targets": [
{ {
"expr": "ours_rp_repo_sync_phase_count{phase=\"rrdp_failed_rsync_ok\"}", "expr": "sum(ours_rp_repo_sync_phase_count{phase=\"rrdp_failed_rsync_ok\"}) or vector(0)",
"legendFormat": "fallback", "legendFormat": "fallback",
"refId": "A" "refId": "A"
} }