Hello,
I am using Grafana community Version 8.4.5.
I have a dashboard composed of :
- annotation list panels
- time series panels
The dashboard is set to refresh every 5 sec.
I have a back end that pushes new annotations based on custom calculations.
When a new annotation is pushed
1- > this is being displayed on my time series panel.
2 β this it is NOT being displayed on the annotation list. (no filters are applied)
The behavior shows that the annotation list panel is not being refreshed as per dashboard refresh rate.
Is there an option or plan to synchronize annotation list with global dashboard refresh rate ?
Thanks