Replies: 1 comment 4 replies
-
I was going back and forth on the import/export terminology. GDG is trying to recreate what wizzy used to be. I ended up sticking to their terminology. It also makes sense to me if I think as grafana the entity we're operating against and the command is the action being performed. gdg dash clear (clears items from grafana) I'd rather not flip this behavior as it does get confusing where import means something in 1.6.0 and the opposite in 1.7.0. I added two Emojis to this request if we get an overwhelming thumbs up, might revisit but seems like a minor thing isn't it? I can add more logging and docs if it makes clearer but I'd rather not flip the meaning. |
Beta Was this translation helpful? Give feedback.
-
Hey guys, thank you very much for this tool. It is really useful and I was very happy to find it (and not having to develop something from scratch!). It works just fine so far but I had a little problem understanding that import/export means import/export to local file system and not Grafana.
I first tried to export the dashboards from grafana to my local filesystem without reading the docs and I could not make it work (and I was not sure what I was doing wrong). Well, after 10 mins I figured out that I was too lazy to read the docs word by word (since the instructions mention this clearly). However, in my mind the import/export target was Grafana and not my local filesystem. As such I though to mention this here and suggest to change this logic.
I believe it is going to be more clear to reverse the logic and have grafana be the target for the import/export operations.
What I am suggesting is the following logical change:
import/export to/from grafana
instead of
import/export from/to grafana
and the docs would be updated as below:
Current command:
./bin/gdg dash import -- Import all dashboards from grafana to local file system
Suggested change:
./bin/gdg dash import -- Import all dashboards from local file system to grafana
Beta Was this translation helpful? Give feedback.
All reactions