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
[Example]((https://docs.rs/opentelemetry-jaeger/latest/opentelemetry_jaeger/#kitchen-sink-full-configuration)) showing how to override all configuration options. See the
147
-
[`PipelineBuilder`] docs for details of each option.
146
+
[`Example`] showing how to override all configuration options. See the
147
+
[`AgentPipeline`] docs for details of each option.
Copy file name to clipboardexpand all lines: opentelemetry-sdk/README.md
+5
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,8 @@ From the root directory, run the following command:
34
34
```sh
35
35
cargo bench
36
36
```
37
+
38
+
## 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
+
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.
Copy file name to clipboardexpand all lines: opentelemetry-zipkin/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ available so be sure to match them appropriately.
99
99
[Example](https://docs.rs/opentelemetry-zipkin/latest/opentelemetry_zipkin/#kitchen-sink-full-configuration) showing how to override all configuration options. See the
100
100
[`ZipkinPipelineBuilder`] docs for details of each option.
Copy file name to clipboardexpand all lines: opentelemetry/README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ In particular, the following crates are likely to be of interest:
71
71
-[`opentelemetry-contrib`] provides additional exporters and propagators that
72
72
are experimental.
73
73
-[`opentelemetry-datadog`] provides additional exporters to [`Datadog`].
74
-
-[`opentelemetry-dynatrace`]*Deprecated, last release 0.4.0* provides additional exporters to [`Dynatrace`]. See [README](opentelemetry-dynatrace/README.md)
74
+
-[`opentelemetry-dynatrace`]*Deprecated, last release 0.4.0* provides additional exporters to [`Dynatrace`]. See [README][`opentelemetry-dynatrace-readme`]
75
75
-[`opentelemetry-http`] provides an interface for injecting and extracting
76
76
trace information from [`http`] headers.
77
77
-[`opentelemetry-jaeger`] provides a pipeline and exporter for sending trace
@@ -119,6 +119,7 @@ above, please let us know! We'd love to add your project to the list!
0 commit comments