We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d121f commit 4a6edb8Copy full SHA for 4a6edb8
README.md
@@ -54,6 +54,16 @@ The crate provides the following types:
54
55
[msrv]: #supported-rust-versions
56
57
+## Compatibility with OpenTelemetry crates
58
+
59
+Note that version numbers for this crate are **not** synchronized with the
60
+various OpenTelemetry crates, despite having similar version numbers. For
61
+discussion, see [issue #170](https://github.com/tokio-rs/tracing-opentelemetry/issues/170).
62
63
+As of 0.26, tracing-opentelemetry is one version ahead of the opentelemetry
64
+crates, such that tracing-opentelemetry 0.26.0 is compatible with opentelemetry 0.25.0,
65
+but due to semver compatibility concerns, this may not always be the case.
66
67
## Visualizing traces with Jaeger
68
69
```console
0 commit comments