@@ -74,19 +74,19 @@ enhanced with the ability to suppress telemetry-induced-telemetry.
7474
7575## Instrumentation Libraries
7676
77- Unlike other OpenTelemetry language implementations, OpenTelemetry Rust did not
78- maintain any instrumentations on its own . This has recently changed with a
77+ Unlike other OpenTelemetry language implementations, OpenTelemetry Rust historically did not
78+ maintain any instrumentations directly . This has recently changed with a
7979[ contribution] ( https://github.com/open-telemetry/opentelemetry-rust-contrib/pull/202 )
8080from one of the founding members of the OpenTelemetry Rust project to the
81- contrib repo , providing an instrumentation library for
81+ contrib repository , providing an instrumentation library for
8282[ ` actix-web ` ] ( https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/actix-web-opentelemetry ) .
83- We expect this instrumentation to eventually showcase best practices for
84- instrumentation .
83+ We expect that this instrumentation will serve as a reference implementation demonstrating best practices for
84+ creating OpenTelemetry instrumentations in Rust .
8585
86- We welcome more contributions for instrumentations to the contrib repo .
86+ We welcome additional contributions of instrumentation libraries to the contrib repository .
8787
8888## Thanks
8989
90- Thanks to everyone who helped with this milestone. Please share your feedback
91- via GitHub issues or the OTel-Rust Slack channel
90+ Thank you to everyone who contributed to this milestone. Please share your feedback
91+ through GitHub issues or join the discussion in the OTel-Rust Slack channel
9292[ here] ( https://cloud-native.slack.com/archives/C03GDP0H023 ) .
0 commit comments