grafana / grizzly

A utility for managing Jsonnet dashboards against the Grafana API

Home Page:https://grafana.github.io/grizzly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Grizzly to skip over resources that have failed to export/import

wengelbrecht-grafana opened this issue · comments

Feature Request

It would be great if Grizzly can skip over failed resources during the export/import stages, instead of stopping/exiting.
Or at least be more clear which resource is failing, so that it can be fixed. For example, this message isn't very clear:

FATA[0209] [POST /dashboards/db][400] postDashboardBadRequest {"message":"Cannot save provisioned dashboard"}
If the above message could have the actual Dashboard name / Datasource Name / Alert Name, then that would be really helpful!

We now have --continue-on-error or -e which does this. Please reopen if this doesn't do it for you.