File tree 2 files changed +21
-1
lines changed
content/en/docs/languages/rust
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Using instrumentation libraries
3
+ linkTitle : Libraries
4
+ weight : 40
5
+ description : How to instrument libraries an app depends on
6
+ ---
7
+
8
+ {{% docs/languages/libraries-intro Rust %}}
9
+
10
+ ## Use Instrumentation Libraries
11
+
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 )
16
+ will automatically create [ spans] ( /docs/concepts/signals/traces/#spans ) and
17
+ [ metrics] ( /docs/concepts/signals/metrics/ ) based on the inbound HTTP requests.
18
+
19
+ For a list of available instrumentation libraries, see the
20
+ [ registry] ( /ecosystem/registry/?language=rust&component=instrumentation ) .
Original file line number Diff line number Diff line change 501
501
},
502
502
"https://crates.io/" : {
503
503
"StatusCode" : 206 ,
504
- "LastSeen" : " 2024-01-19T16:56:12.042658 +01:00"
504
+ "LastSeen" : " 2024-01-22T11:00:04.617082 +01:00"
505
505
},
506
506
"https://cri-o.io/" : {
507
507
"StatusCode" : 206 ,
You can’t perform that action at this time.
0 commit comments