Skip to content

Commit

Permalink
Disable automatic refresh for Poseidon autogen dashboard
Browse files Browse the repository at this point in the history
Some of the metrics displayed are very compute-intensive. Hence, it is better to disable the automatic refresh and let the use refresh the dashboard upon request.
  • Loading branch information
MrSerth committed Oct 15, 2024
1 parent 31d4f48 commit 78df410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/grafana-dashboard/panels/poseidon.dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
panels=availability_panels + general_panels + runner_insights_panels,
templating=Templating(list=[ environment_variable ]),
editable=True,
refresh="30s",
refresh="off",
time=Time("now-6h", "now"),
uid="P21Bh1SVk",
version=1,
Expand Down

0 comments on commit 78df410

Please sign in to comment.