opensearch-docs-cn/_observability-plugin/trace/index.md

18 lines
788 B
Markdown
Raw Normal View History

2021-05-28 13:48:19 -04:00
---
layout: default
2021-06-10 13:35:55 -04:00
title: Trace analytics
nav_order: 60
2021-05-28 13:48:19 -04:00
has_children: true
has_toc: false
---
# 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.
A single operation, such as a user clicking a button, can trigger an extended series of events. The front end might call a back end 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 front end.
Trace Analytics can help you visualize this flow of events and identify performance problems.
2021-06-09 22:15:41 -04:00
![Detailed trace view]({{site.url}}{{site.baseurl}}/images/ta-trace.png)