You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Note*: For debugging remove the `GIN_MODE` environment variable from above command
21
23
24
+
## Cleaning up dashboards created by playground
25
+
26
+
From version 1.0.0, grafonnet-playground allows automatically cleaning up the dashboards that were created. This can be configured via `AUTO_CLEANUP_INTERVAL` config and can be further tuned via other available configuration. For a list of all configurations please check [application.yml.sample](application.yml.sample) file.
27
+
28
+
NOTE: Even when the dashboard is deleted after it has been rendered, it will continue to work and display data.
0 commit comments