Skip to content

grafana-db-exporter - 1.0

Compare
Choose a tag to compare
@cstanislawski cstanislawski released this 18 Jul 20:26
· 179 commits to main since this release

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 the REPO_SAVE_PATH directory,
  • Commits & pushes the changes to the repo.