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

# Feature Request This was added as a hacky way to get around protobuf compilation errors while migrating from keeping copies of `demo.proto` in the repository along with the language...

enhancement

# Feature Request Add a single protoc command to the Makefile that will compile the `demo.proto` into all the services directories Will probably also want to add rules to `.gitignore`...

enhancement

**Is your feature request related to a problem?** @mic-max @reyang I found a client sample for this Java Project called "AdService" , and it is able to some steps for...

enhancement

The current micro-services is a great overview of our application but is missing OpenTelmetry components. To give users a full perspective of our environment we need to add these OTel...

documentation
good first issue
help wanted

Fixes #360 ## Changes Please provide a brief description of the changes here. 1. Add .venv to gitignore 2. Format locustfile.py using [black](https://pypi.org/project/black/) formatter 3. Add additional routes in loadgenerator...

Getting a weird error on the above mentioned service. Seems to be a protobuf issue "Traceback (most recent call last): File "/usr/src/app/recommendation_server.py", line 28, in from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import OTLPSpanExporter File...

bug

Per discussion at SIG meeting, which languages have support for metric instrumentation that we are not using at this point?

Fixes https://github.com/open-telemetry/opentelemetry-demo/issues/305. ## Changes There is an issue with some of the test configurations that weren't caught before merging the prev PR.

## Changes Adds documentation for checkout service, focused on instrumentation code. Some small non-functional code changes were made to make the docs more presentable and IntelliJ happy.

Signed-off-by: Ziqi Zhao related #69. ## Changes Try to enhance checkoutservice with metric support. According to https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/rpc.md and as the first try, I first add a metrics 'rpc.server.duration' for unary...