Skip to content

docs: fix outdated examples/README.md #3026

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ Check this example if you want to understand *how to create spans and
propagate/restore context in OpenTelemetry* in an HTTP client-server
application.

## tracing-jaeger
## opentelemetry-otlp

This example uses following crates from this repo:

- opentelemetry(tracing)
- opentelemetry-otlp

The application is built using `tokio`.

Check this example if you want to understand *how to use OTLP Exporter to export traces to Jaeger*.
Check [opentelemetry-rust/opentelemetry-otlp/examples](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-otlp/examples) for exporter to Jaeger examples using `opentelemetry-otlp`