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

# Bug Report Which version of the demo you are using? (please provide either a specific [commit hash](https://github.com/open-telemetry/opentelemetry-demo/commits/main) or a specific [release](https://github.com/open-telemetry/opentelemetry-demo/releases)). I have followed this to install demo App:...

bug

# Feature Request This may be a question for semantic conventions, but I figured I would start here. The k8s demo currently uses the `app.kubernetes.io/component` label as the `service.name` resource...

enhancement

The OpenTelemetry demo has 3 stated goals: - Provide a realistic example of a distributed system that can be used to demonstrate OpenTelemetry instrumentation and observability. - Build a base...

enhancement

# Changes Before the fix, kafka will crash immediate when running in docker compose on m1 mac, unsure if this also happens in other environments or platform. How to reproduce...

helm-update-required

# Changes In the [Elastic's fork](https://github.com/elastic/opentelemetry-demo), we want to start including our OpenTelemetry Agents distributions ([Node](https://github.com/elastic/elastic-otel-node), [Java](https://github.com/elastic/elastic-otel-java) and [.NET](https://github.com/elastic/elastic-otel-dotnet)) into the demo's services. To do that, we will need to...

# Changes Bump cartservice .NET dependencies to 1.8.1 ## Merge Requirements For new features contributions please make sure you have completed the following essential items: * [x] `CHANGELOG.md` updated to...

# Changes This allows the solution to be opened in any .NET editor and compile straight away. Removes the requirement to manually copy the proto files. This also now copies...

# Feature Request Several OTel SDKs ([.NET](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Extensions), [Go](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/processors/baggage/baggagetrace), [Python](https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/processor/opentelemetry-processor-baggage), [JS](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/baggage-span-processor) and [Ruby](https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/processor/baggage)) already support, and Java support is upcoming, to add a Baggage Span Processor as part of the SDKs'...

enhancement

# Bug Report Which version of the demo you are using? 1.10.0 ## Symptom If you start the demo environment from scratch, errors are reported for the `adservice`. **What is...

bug

# Changes Creates an elixir-based chat service (Draft) ## TODO * [ ] Update frontend to join channels based on the username * [ ] Create an "Admin" frontend page...

Stale