Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 3.79 KB

trace_overview.md

File metadata and controls

41 lines (25 loc) · 3.79 KB

Trace Analytics

Introduction

Data Prepper is a key component in providing Trace Analytics feature in OpenDistro For Elasticsearch and Amazon Elasticsearch service. Data Prepper is a last mile server-side component which collects telemetry data from AWS Distro OpenTelemetry collector or OpenTelemetry collector and transforms it for Elasticsearch. The transformed trace data is the visualized using the Trace Analytics Kibana plugin, which provides at-a-glance visibility into your application performance, along with the ability to drill down on individual traces.

Here is how all the components work in trace analytics,

Trace Analytics Pipeline

In your service environment you will have to run OpenTelemetry Collector. You can run it as a sidecar or daemonset for EKS, a sidecar for ECS, or an agent on EC2. You should configure the collector to export trace data to Data Prepper. You will then have to deploy Data Prepper as an intermediate component and configure it to send the enriched trace data to your Opendistro For Elasticsearch cluster or Amazon Elasticsearch Service domain. Then using Kibana you can visualize and detect problems in your distributed applications.

Trace Analytics Pipeline

To achieve trace analytics in Data Prepper we have three pipelines otel-trace-pipeline, raw-trace-pipeline and service-map-pipeline

Trace Analytics Pipeline

OpenTelemetry Trace Source

The OpenTelemetry source accepts trace data from the OpenTelemetry collector. The source depends on OpenTelemetry Protocol. The source officially support transport over gRPC. The source also supports industry-standard encryption (TLS/HTTPS).

Preppers

We have two preppers for the Trace Analytics feature,

  • otel_trace_raw_prepper - This prepper is responsible for converting the trace data in OpenTelemetry specification to Elasticsearch friendly (JSON) docs. These elasticsearch friendly docs have certain additional fields like duration which are not part of the original OpenTelemetry specification. These additional fields are to make the instant kibana dashboards user-friendly.
  • service_map_stateful - This prepper performs the required preprocessing on the trace data and build metadata to display the service-map kibana dashboards.

Elasticsearch sink

We have a generic sink that writes the data to Elasticsearch as the destination. The elasticsearch sink has configuration options related to elasticsearch cluster like endpoint, SSL/Username, index name, index template, index state management, etc. For the trace analytics feature, the sink has specific configurations which enables the sink to use indices and index templates specific to this feature. Trace analytics specific Elasticsearch indices are,