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

# Changes Addresses #1627 ## Merge Requirements None

helm-update-required

# Bug Report Which version of the demo you are using? 1.10.0 ## Symptom The Application metrics panels in the Grafana Demo Dashboard are not service specific like other panels...

enhancement

# Bug Report Which version of the demo you are using? 1.10.0 ## Symptom Spanmetrics panel always returns no results **What is the expected behavior?** Spanmetrics panel returns results -...

bug

# Feature Request The `peer.service` attribute helps to relate traces between services. We are currently using it in [some services spans](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/checkoutservice/main.go#L565), but it would be great to add it to...

enhancement

# Bug Report Which version of the demo you are using? 1.10.0 ## Symptom If you attempt to start the demo application without an Internet connection (containers already pulled down),...

bug

# Bug Report Which version of the demo you are using? 1.10.0 ## Symptom Changing a feature flag `defaultVariant` while the demo application is running doesn't dynamically update services **What...

bug

# Bug Report Which version of the demo you are using? 1.10.0 ## Symptom Prometheus logs indicate out-of-order sample errors and sometimes restarts. **What is the expected behavior?** No log...

bug

# Feature Request Currently the payment service has an `opentelemetry.js` code file which is required as part of the node app startup. This file is the standard boilerplate code except...

enhancement

We could stand to set up a continuous benchmark/profile with the demo. This would involve (to start) a version with no instrumentation and one as stands. We would run these...