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
repo](https://github.com/open-telemetry/opentelemetry-rust-contrib), where
96
+
additional exporters could be found. Check [OpenTelemetry
97
+
Registry](https://opentelemetry.io/ecosystem/registry/?language=rust) for
98
+
additional exporters and other related components as well.
99
+
100
+
## Getting started
101
+
102
+
See [docs](https://docs.rs/opentelemetry-sdk).
37
103
38
104
## Supported Rust Versions
39
-
OpenTelemetry is built against the latest stable release. The minimum supported version is 1.64. The current OpenTelemetry version is not guaranteed to build on Rust versions earlier than the minimum supported version.
40
105
41
-
The current stable Rust compiler and the three most recent minor versions before it will always be supported. For example, if the current stable compiler version is 1.64, the minimum supported version will not be increased past 1.46, three minor versions prior. Increasing the minimum supported compiler version is not considered a semver breaking change as long as doing so complies with this policy.
106
+
OpenTelemetry is built against the latest stable release. The minimum supported
107
+
version is 1.64. The current OpenTelemetry version is not guaranteed to build
108
+
on Rust versions earlier than the minimum supported version.
109
+
110
+
The current stable Rust compiler and the three most recent minor versions
111
+
before it will always be supported. For example, if the current stable compiler
112
+
version is 1.49, the minimum supported version will not be increased past 1.46,
113
+
three minor versions prior. Increasing the minimum supported compiler version
114
+
is not considered a semver breaking change as long as doing so complies with
0 commit comments