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

There needs to be a consistent sampling strategy employed across our services. The current state has always on sampling by default but some services make that explicit while others do...

enhancement
help wanted

In order to ensure that we're not breaking telemetry or causing regressions, it would be good to figure out some sort of telemetry verification test suite. Potentially, this could be...

question

The following are requirements for metrics in the project. Not all services will meet all requirements. - [ ] Service metrics should not be duplicative of trace-derived metrics. - [...

enhancement
help wanted

# Feature Request **Is your feature request related to a problem?** [The naive implementation](https://github.com/open-telemetry/opentelemetry-demo-webstore/blob/e554195878171f4482a0adb456a4ee77b80c6a44/src/shippingservice/src/shipping_service/quote.rs#L12-L23) of generating a quote, namely the part where we determine the price of every item to...

enhancement

# Question I run the `./gradlew installDist` and get errors: ``` > Task :compileJava FAILED /Users/fraps/daocloud/github-code/opentelemetry-demo-webstore/src/adservice/src/main/java/hipstershop/AdServiceClient.java:34: 错误: 程序包hipstershop.AdServiceGrpc不存在 private final hipstershop.AdServiceGrpc.AdServiceBlockingStub blockingStub; ^ /Users/fraps/daocloud/github-code/opentelemetry-demo-webstore/src/adservice/src/main/java/hipstershop/AdService.java:135: 错误: 找不到符号 private static final ImmutableListMultimap...

question

# Feature Request There should be a set of feature flags available at boot. **Is your feature request related to a problem?** Currently a user must go into the feature...

enhancement

# Feature Request https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Runtime PR with similar goal: https://github.com/open-telemetry/opentelemetry-dotnet/pull/3408

enhancement

# Feature Request Save a copy of [`grpc_health_probe`](https://github.com/grpc-ecosystem/grpc-health-probe/releases/tag/v0.4.11) binary to the repository. 10MB. **Is your feature request related to a problem?** Each of our services downloads this health probe (and...

enhancement

Pixie (an eBPF telemetry tool for Kubernetes) has recently updated to support OTLP output (see [here](https://docs.px.dev/tutorials/integrations/otel/) for a tutorial). We should evaluate this as a potential integration for the Kubernetes-deployed...

enhancement

I want to see how the span header issues traceid through kafka redis.

enhancement