-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rust libraries page #3828
Add rust libraries page #3828
Conversation
Signed-off-by: svrnm <[email protected]>
Signed-off-by: svrnm <[email protected]>
Several formatting/spelling failures here |
the inbound HTTP requests. | ||
|
||
You can find a list of available instrumentation libraries in the | ||
[registry](/ecosystem/registry/?language=js&component=instrumentation). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be good to add https://github.com/tokio-rs/tracing-opentelemetry << Since in the rust community you have many crates which are already instrumented with the tracing
crate from tokio-rs
this allows for wiring those into OpenTelemetry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call out, thank you, I can add a few words around that too!
I developed this PR alongside #3830 and decided then to split them, unfortunately the adding of "Arctix" to textlintrc seems to lead to issues, so this PR is blocked by the other one |
Signed-off-by: svrnm <[email protected]>
Signed-off-by: svrnm <[email protected]>
Co-authored-by: Patrice Chalin <[email protected]>
/fix:refcache |
You triggered fix:refcache action run at https://github.com/open-telemetry/opentelemetry.io/actions/runs/7757212852 |
Introduces a page about instrumentation libraries for rust. It's still only some basic content, but it's a start:-)