Skip to content

Commit fcf9bae

Browse files
authored
Clearer comments for grafana script makefile targets (#794)
Co-authored-by: Dustin Kaiser <[email protected]>
1 parent 530c9f2 commit fcf9bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/monitoring/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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\

0 commit comments

Comments
 (0)