grafana / grizzly

A utility for managing Jsonnet dashboards against the Grafana API
https://grafana.github.io/grizzly/
Apache License 2.0
576 stars 69 forks source link

[Feature Request]: Add support for annotation objects #392

Open BSathvik opened 8 months ago

BSathvik commented 8 months ago

Feature Request

I'm not too sure if this falls within the scope of grizzly, but it would be nice to be able to manage annotation objects through grizzly.

I'm able to create annotations queries within the dashboard spec, but it looks like the annotation objects themselves are managed outside the dashboard config

Appreciate all the work! Grizzly has made dashboard management super simple for us!

https://grafana.com/docs/grafana/latest/developers/http_api/annotations/

K-Phoen commented 1 month ago

Great idea :)

We need to do some investigation to determine if and how annotations could be supported.