From d8c067486566373205a63ddc5995a402df750a0a Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:15:05 -0400 Subject: [PATCH] [DOC] V10.4 loki query tempo deprecate (#84326) * Add Loki query deprecation notice to Tempo data source * Update docs/sources/datasources/tempo/query-editor/_index.md Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com> * Changes from prettier --------- Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com> --- docs/sources/datasources/tempo/query-editor/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/datasources/tempo/query-editor/_index.md b/docs/sources/datasources/tempo/query-editor/_index.md index dbbadb651f7..c88b8f9b5a7 100644 --- a/docs/sources/datasources/tempo/query-editor/_index.md +++ b/docs/sources/datasources/tempo/query-editor/_index.md @@ -101,6 +101,10 @@ To query a particular trace: ## Query Loki for traces +{{< admonition type="caution" >}} +Starting with Grafana v11.0, the Loki query tab will no longer be available. +{{< /admonition >}} + To find traces to visualize, you can use the [Loki query editor]({{< relref "../../loki#loki-query-editor" >}}). For results, you must configure [derived fields]({{< relref "../../loki#configure-derived-fields" >}}) in the Loki data source that point to this data source.