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
* Update all tracing dependencies
Those dependencies were really out of date. The opentelemetry-jaeger
dependencies was even deprecated. This bumps all those dependencies to
the latest version and replaces jaeger with otlp, like recommended by
the opentelemetry project.
* Fix Clippy warnings in tests and examples
Now also uses --all-targets in the Clippy workflow to catch those on CI.
Copy file name to clipboardExpand all lines: example-service/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Example
2
2
3
-
Example service to demonstrate how to set up `tarpc` with [Jaeger](https://www.jaegertracing.io). To see traces Jaeger, run the following with `RUST_LOG=trace`.
3
+
Example service to demonstrate how to set up `tarpc` with [Jaeger](https://www.jaegertracing.io) using OTLP. To see traces Jaeger, run the following with `RUST_LOG=trace`.
0 commit comments