You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we all know, there are a ton of dashboards in https://grafana.com/grafana/dashboards/, and it saves a lot of time to import it (and do some customization). However, currently I find it hard to convert that JSON into a python file using grafanalib.
The text was updated successfully, but these errors were encountered:
Here's my nightmare use case: I've been handed the task of writing Alert Rules for each of our useful dashboard panels (there are thousands). One thing I overlooked while scoping this project is there's no way to programmatically do this in grafana. And since we're pretty good about dynamically building dashboards with template variables we can't even do it by visiting each panel and creating the alert there.
grafanalib seems like the natural choice for pulling in a dashboard then writing an alert rule around it.
As we all know, there are a ton of dashboards in https://grafana.com/grafana/dashboards/, and it saves a lot of time to import it (and do some customization). However, currently I find it hard to convert that JSON into a python file using grafanalib.
The text was updated successfully, but these errors were encountered: