opentelemetry-demo icon indicating copy to clipboard operation
opentelemetry-demo copied to clipboard

This repository contains the OpenTelemetry Astronomy Shop, a microservice-based distributed system intended to illustrate the implementation of OpenTelemetry in a near real-world environment.

Results 179 opentelemetry-demo issues
Sort by recently updated
recently updated
newest added

Went and tried to run the adservice locally and ran into a number of issues. ## Changes - Downgrade to latest java LTS version, 17. The adservice is currently on...

v1-frozen

Fixes #429 ## Changes - [x] add Kafka to docker-compose - [x] add Kafka producer to `checkoutservice` - [x] implement Accountingservice - [x] implement Frauddetectionservice For significant contributions please make...

v1-frozen

# Bug Report opentelemetry-demo v1.0 kubernetes v1.21.0 istio v1.12.1 ## Symptom I deploy demo with istio and inject sidecar into each service ``` kubectl get pod -n hipster NAME READY...

bug

Fixes #. ## Changes Shipping Service has no resource data. I've used the Resource Detectors in order to add some data to it. Unfortunately `telemetry.sdk` data is not part of...

v1-frozen

This fixes the problems with multi-arch builds -- the context for each build is not consistent.

v1-frozen

Use Pino's [mergingObject](https://github.com/pinojs/pino/blob/master/docs/api.md#mergingobject-object) parameter to add context as JSON rather than in the message parameter, which is now more generic (like an event name). Also factor out logger so it...

v1-frozen

Currently the page title on the frontend is just the URL route; We should display proper ones instead.

enhancement

# Bug Report Documentation for currency service is missing here - https://github.com/open-telemetry/opentelemetry-demo/tree/main/docs/services ## Symptom A clear and concise description of what the bug is. **What is the expected behavior?** Documentation...

documentation
enhancement
v1-review

To demonstrate how to fan out data points to multiple destinations, it would be interesting to have a second distributed tracing backend in addition to Jaeger, such as Tempo.

enhancement