File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ update.grafana.pwd: .env ## Change grafana pwd
8686
8787
8888.PHONY : grafana-export
89- grafana-export : # # Export grafana dashboards and datasources
89+ grafana-export : # # Export the remote grafana dashboards and datasources TO YOUR LOCAL MACHINE
9090 @cd grafana/scripts; \
9191 if [ ! -d " .venv" ]; \
9292 then\
@@ -97,7 +97,7 @@ grafana-export: ## Export grafana dashboards and datasources
9797 python3 export.py;
9898
9999.PHONY : grafana-import
100- grafana-import : grafana/assets # # Import grafana dashboards and datasources
100+ grafana-import : grafana/assets # # Imports AND OVERWRITES the remote grafana dashboards and datasources FROM YOUR LOCAL MACHINE
101101 @cd grafana/scripts; \
102102 if [ ! -d " .venv" ]; \
103103 then\
You can’t perform that action at this time.
0 commit comments