Is it possible to define an annotation which would appear in several panels?
2 Likes
I don’t think the builtin annotations can be shared between dashboards, but you can create a database that you use for annotations
http://docs.grafana.org/reference/annotations/#querying-other-data-sources
Yes, it is possible in recent versions of Grafana - query by tag and you can show the same annotation on multiple panels or dashboards.
Here is an annotation query filtering by tags:
Here is the same annotation on multiple panels:
3 Likes
great, works fine. thanks
2 Likes