grafana-db-exporter - 1.0
First release!
grafana-db-exporter performs the most basic actions:
- Creates a git client & clones the repository of choice,
- Creates a Grafana client & retrieves all the dashboards the token has access to,
- Checkouts to a new branch,
- If the dashboard isn't saved / its contents have changed since - saves the dashboards as json files with
$DASHBOARD_UD.json
in theREPO_SAVE_PATH
directory, - Commits & pushes the changes to the repo.