From 11b2f41a158f0606a1e8ddf411a2036d39032213 Mon Sep 17 00:00:00 2001 From: Isabel <76437239+imatwawana@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:17:48 -0500 Subject: [PATCH] Docs: Added data source requirement for built-in annotation query (#78860) * Docs: Added data source requirement for built-in annotation query * Fixed wording * Added more detailed explanation per feedback --- .../build-dashboards/annotate-visualizations/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/dashboards/build-dashboards/annotate-visualizations/index.md b/docs/sources/dashboards/build-dashboards/annotate-visualizations/index.md index 64a22de2d95..ab3ec39d6d7 100644 --- a/docs/sources/dashboards/build-dashboards/annotate-visualizations/index.md +++ b/docs/sources/dashboards/build-dashboards/annotate-visualizations/index.md @@ -120,6 +120,8 @@ To add a new annotation query to a dashboard, take the following steps: After you add an annotation, they will still be visible. This is due to the built-in annotation query that exists on all dashboards. This annotation query will fetch all annotation events that originate from the current dashboard, which are stored in Grafana, and show them on the panel where they were created. This includes alert state history annotations. +By default, the built-in annotation query uses the `-- Grafana --` special data source, and manual annotations are only supported using this data source. You can use another data source in the built-in annotation query, but you'll only be able to create automated annotations using the query editor for that data source. + To add annotations directly to the dashboard, this query must be enabled. To confirm if the built-in query is enabled, take the following steps: