Skip to content

Commit

Permalink
fix master panel in dashboard (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Mergenthaler <[email protected]>
  • Loading branch information
cmergenthaler authored Jul 11, 2024
1 parent 5f1ffc9 commit 0b4a219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
"disableTextWrap": false,
"editorMode": "code",
"exemplar": false,
"expr": "dragonfly_role{pod=\"$instance\", role=\"master\"}",
"expr": "dragonfly_master{pod=\"$instance\"}",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": true,
Expand Down Expand Up @@ -1521,4 +1521,4 @@
"uid": "xDLNRKUWl",
"version": 12,
"weekStart": ""
}
}

0 comments on commit 0b4a219

Please sign in to comment.