From 4ac7cb267210612851dd8b62a7884db3ce59eb71 Mon Sep 17 00:00:00 2001 From: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com> Date: Mon, 22 Nov 2021 11:25:14 -0800 Subject: [PATCH] Docs: "Native search" becomes "search" (#1132) --- docs/tempo/website/configuration/_index.md | 2 +- docs/tempo/website/getting-started/tempo-in-grafana.md | 2 +- docs/tempo/website/release-notes/v1-2.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tempo/website/configuration/_index.md b/docs/tempo/website/configuration/_index.md index 9ce91a15c5f..479f750a5d8 100644 --- a/docs/tempo/website/configuration/_index.md +++ b/docs/tempo/website/configuration/_index.md @@ -798,7 +798,7 @@ overrides: ## Search -Tempo native search can be enabled by the following top-level setting. In microservices mode, it must be set for the distributors and queriers. +Tempo search can be enabled by the following top-level setting. In microservices mode, it must be set for the distributors and queriers. ```yaml search_enabled: true diff --git a/docs/tempo/website/getting-started/tempo-in-grafana.md b/docs/tempo/website/getting-started/tempo-in-grafana.md index 5e7e237e502..02097ac3810 100644 --- a/docs/tempo/website/getting-started/tempo-in-grafana.md +++ b/docs/tempo/website/getting-started/tempo-in-grafana.md @@ -25,7 +25,7 @@ Traces can be discovered by searching logs for entries containing trace IDs. Th ## Tempo search This experimental feature is disabled by default. See below for more information on how to enable. -Tempo includes native search of recent traces. Traces can be searched for data originating from a specific service, duration range, and span and process-level attributes included in your application's instrumentation, such as HTTP status code, customer ID, etc. Currently only search of traces at the ingesters is supported. By default the ingesters store the last 15 minutes. +Tempo includes the ability to search recent traces. Traces can be searched for data originating from a specific service, duration range, and span and process-level attributes included in your application's instrumentation, such as HTTP status code, customer ID, etc. Currently only search of traces at the ingesters is supported. By default the ingesters store the last 15 minutes. Enabling this feature requires the following: 1. Run the Tempo 1.2 or the latest pre-release and enable search in the YAML config. For more information see the [Tempo configuration documentation](../../configuration#search). diff --git a/docs/tempo/website/release-notes/v1-2.md b/docs/tempo/website/release-notes/v1-2.md index 5c52946d686..5eb64337abf 100644 --- a/docs/tempo/website/release-notes/v1-2.md +++ b/docs/tempo/website/release-notes/v1-2.md @@ -4,7 +4,7 @@ title: V1.2 # Version 1.2 release notes -The Tempo team is excited to announce the release of Tempo 1.2. This release introduces native search. +The Tempo team is excited to announce the release of Tempo 1.2. This release introduces Tempo search. ## Features and enhancements