From 8b8a67fad6ed8e3e8c58c7a13e02202dbbf91d1f Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:53:37 -0400 Subject: [PATCH] [v11.3.x] [DOC] Add streamingEnabled to Tempo ds docs (#94830) [DOC] Add streamingEnabled to Tempo ds docs (#94751) * Add streamingEnabled to Tempo ds docs * Update docs/sources/datasources/tempo/configure-tempo-data-source.md Co-authored-by: Jack Baldry --------- Co-authored-by: Jack Baldry (cherry picked from commit 17eff37104b95cc695ef8e7363c13b82b622409b) Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --- docs/sources/datasources/tempo/configure-tempo-data-source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/datasources/tempo/configure-tempo-data-source.md b/docs/sources/datasources/tempo/configure-tempo-data-source.md index 1a85b2357af..f17a2f08ff0 100644 --- a/docs/sources/datasources/tempo/configure-tempo-data-source.md +++ b/docs/sources/datasources/tempo/configure-tempo-data-source.md @@ -424,4 +424,6 @@ datasources: spanBar: type: 'Tag' tag: 'http.path' + streamingEnabled: + search: true ```