quickwit-oss / quickwit-datasource

Quickwit data source for Grafana
GNU Affero General Public License v3.0
39 stars 9 forks source link

Enable annotations query editor #101

Closed wjordan closed 4 months ago

wjordan commented 4 months ago

annotations field needs to be set in the datasource constructor (just to {} if using the default settings) in order for annotation query editor to configure itself properly. See step 2 in docs: https://grafana.com/developers/plugin-tools/create-a-plugin/extend-a-plugin/enable-for-annotations

image