Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use opentelemetry grpc exporter #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

valri11
Copy link

@valri11 valri11 commented Jun 28, 2023

Using grpc protocol allows to make backend vendor agnostic - any exporter with OTLP GRPC can be used for tracing: Jaeger, Tempo, AWS X-Ray

Example for Grafana/Tempo
start Grafana/Tempo:

docker compose -f docker-compose-grafana.yaml up

Navigate browser to http://localhost:3000 and go to Settings->Data sources->Tempo->Explore

start backend and do some requests. Explore traces in Tempo dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants