This repository contains the OpenSearch adaptation for the OpenTelemetry Astronomy Shop, a microservice-based distributed system intended to illustrate the implementation of OpenTelemetry in a near real-world environment.
Which version of the demo you are using? (please provide either a specific
59ec0e9
Symptom
In the docker-compose, data-prepper service is using the default pipelines.yml volume for the otel_logs_source. This is mismapped to trace_analytics_no_ssl_2x.yml file in the pod here.
Bug Report
Which version of the demo you are using? (please provide either a specific 59ec0e9
Symptom
In the docker-compose, data-prepper service is using the default pipelines.yml volume for the otel_logs_source. This is mismapped to trace_analytics_no_ssl_2x.yml file in the pod here.
This needs to be fixed with the below volume instead volumes:
What is the expected behavior?
The expected behavior is to have traces also shown up in data-prepper data source with service-map, trace error, high latency, etc
What is the actual behavior?
Only Traces via Jeager is available.
Reproduce
Then check traces observability plugin > Data prepper data source
Additional Context
Add any other context about the problem here.