We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae5155 commit 3e3ded6Copy full SHA for 3e3ded6
content/en/docs/languages/rust/libraries.md
@@ -12,7 +12,7 @@ description: How to instrument libraries an app depends on
12
Each instrumentation library is a [crate](https://crates.io/).
13
14
For example, the
15
-[instrumentation library for Actix Web](https://crates.io/crates/actix-web-opentelemetry)
+[instrumentation library for Actix Web](https://crates.io/crates/opentelemetry-instrumentation-actix-web)
16
will automatically create [spans](/docs/concepts/signals/traces/#spans) and
17
[metrics](/docs/concepts/signals/metrics/) based on the inbound HTTP requests.
18
0 commit comments