Hi, just joined the Slack. We’re exploring integra...
# support
i
Hi, just joined the Slack. We’re exploring integrating SigNoz into our stack. One question I have is whether or not we can programmatically load dashboards at bootup. Our use case is that we deploy to dozens of environments and want to have the dashboards persisted in git, push a custom image that loads these dashboards, and be able to one-click deploy them without needing to reconfigure them in every environment. We do this currently with Grafana.
s
It should be possible by providing the directory containing the JSON files for dashboard using env
DASHBOARDS_PATH
. The default path that is searched for is
/config/dashboards
relative to current directory or binary running.
i
Thank you!