From a1ef7e1ac4c81902e374e19dff1ca0fa0dd4b9d3 Mon Sep 17 00:00:00 2001 From: vagimeli Date: Thu, 4 May 2023 17:59:44 -0600 Subject: [PATCH] Revert "Updates Trace Analytics overview (#3727)" This reverts commit 0323fc1b15eba032a0bcf7fb3a5a4cf6c02b4d83. --- _observing-your-data/trace/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_observing-your-data/trace/index.md b/_observing-your-data/trace/index.md index c966eb7312..35a2ee3292 100644 --- a/_observing-your-data/trace/index.md +++ b/_observing-your-data/trace/index.md @@ -1,6 +1,6 @@ --- layout: default -title: Trace Analytics +title: Trace analytics nav_order: 40 has_children: true has_toc: false @@ -8,18 +8,18 @@ redirect_from: - /observability-plugin/trace/index/ --- -# Trace Analytics +# Trace analytics -Trace Analytics provides a way to ingest and visualize [OpenTelemetry](https://opentelemetry.io/) data in OpenSearch. This data can help you find and fix performance problems in distributed applications. +Trace analytics provides a way to ingest and visualize [OpenTelemetry](https://opentelemetry.io/) data in OpenSearch. This data can help you find and fix performance problems in distributed applications. A single operation, such as a user choosing a button, can trigger an extended series of events. The frontend might call a backend service, which calls another service, which queries a database, processes the data, and sends it to the original service, which sends a confirmation to the frontend. -Trace Analytics can help you visualize this flow of events and identify performance problems, as shown in the following image. +Trace analytics can help you visualize this flow of events and identify performance problems, as shown in the following image. ![Detailed trace view]({{site.url}}{{site.baseurl}}/images/ta-trace.png) -## Trace Analytics with Jaeger data +## Trace analytics with Jaeger data -Trace Analytics supports Jaeger trace data in the OpenSearch Observability plugin. If you use OpenSearch as the backend for Jaeger trace data, you can use the built-in Trace Analytics capabilities. +The trace analytics functionality in the OpenSearch Observability plugin supports Jaeger trace data. If you use OpenSearch as the backend for Jaeger trace data, you can use the built-in trace analytics capabilities. -To set up your environment to use Trace Analytics, see [Analyze Jaeger trace data]({{site.url}}{{site.baseurl}}/observability-plugin/trace/trace-analytics-jaeger/). +To set up your environment to perform trace analytics, see [Analyze Jaeger trace data]({{site.url}}{{site.baseurl}}/observability-plugin/trace/trace-analytics-jaeger/).