Skip to content

Commit

Permalink
fix: fix synapse units panel (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla authored Nov 14, 2024
1 parent f3b1133 commit f0c5a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grafana_dashboards/synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@
"uid": "${prometheusds}"
},
"editorMode": "code",
"expr": "count_values(\"juju_unit\", up{juju_application=\"synapse\"}) by (juju_model)",
"expr": "count(up{juju_application=\"synapse\", job=~\".*prometheus_scrape_synapse_application.*\", juju_model=~\"$juju_model\"}) by (juju_model)",
"legendFormat": "{{juju_model}}",
"range": true,
"refId": "A"
Expand Down

0 comments on commit f0c5a8b

Please sign in to comment.