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

The demo should utilize baggage for telemetry attributes, demonstrating the following: - Creating baggage - Propagating baggage - Extracting baggage and appending it to telemetry signals (metrics, logs, traces) The...

enhancement

As OpenTelemetry Logging has not fully stabilized, this list of requirements may change in future releases. - [ ] Log events in existing services should be converted to span events...

enhancement

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

The following is a list of requirements that we need to evaluate before declaring v1 for trace telemetry. These requirements are across the entire application; Not all services will meet...

enhancement

Currently the screenshots look bad under dark theme ![image](https://user-images.githubusercontent.com/17327289/169636611-f00a5fbd-775e-41a8-aa8d-d41e2e45f661.png)

documentation

grpc & http communication should be labeled between the different services as an enhancement to the initial graph like http is used at the top. https://github.com/open-telemetry/opentelemetry-demo-webstore/issues/27

documentation
good first issue

**Objective** Highlight the integration between OpenTelemetry and the greater cloud-native ecosystem by supporting Kubernetes. The following are a non-exhaustive list of requirements for this -- - Minikube/local k8s as the...

enhancement

**Objective** To demonstrate OTel integration w/storage layers, we need some stateful storage in the application. To this end, we should create some kind of abstraction to store and get products...

enhancement

The local build time from docker compose is slow. To improve the build time we can use cache_from in the docker compose file. This item is dependent on: https://github.com/open-telemetry/opentelemetry-demo-webstore/issues/78

enhancement
help wanted

The following is a list of requirements that we need to evaluate before declaring v1 for trace telemetry. These requirements are across the entire application; Not all services will meet...

enhancement