Skip to content

Commit 4a6edb8

Browse files
djcjlandahl
andcommitted
Add note on version numbers
Co-authored-by: John Landahl <[email protected]>
1 parent f5d121f commit 4a6edb8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ The crate provides the following types:
5454

5555
[msrv]: #supported-rust-versions
5656

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+
5767
## Visualizing traces with Jaeger
5868

5969
```console

0 commit comments

Comments
 (0)