You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,6 @@ Check this example if you want to understand *how to create spans and
55
55
propagate/restore context in OpenTelemetry* in an HTTP client-server
56
56
application.
57
57
58
-
## tracing-jaeger
58
+
## opentelemetry-otlp
59
59
60
-
This example uses following crates from this repo:
61
-
62
-
- opentelemetry(tracing)
63
-
- opentelemetry-otlp
64
-
65
-
The application is built using `tokio`.
66
-
67
-
Check this example if you want to understand *how to use OTLP Exporter to export traces to Jaeger*.
60
+
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`
0 commit comments