From 4422f8ade60b3b1f3cec96ebc1741da54ba4892f Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:20:56 -0500 Subject: [PATCH] [v10.1.x] Docs: Added data source requirement for built-in annotation query (#79656) 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 (cherry picked from commit 11b2f41a158f0606a1e8ddf411a2036d39032213) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- .../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 d2d8bb13f62..9ad8ea0b45b 100644 --- a/docs/sources/dashboards/build-dashboards/annotate-visualizations/index.md +++ b/docs/sources/dashboards/build-dashboards/annotate-visualizations/index.md @@ -119,6 +119,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: