We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da21bbb commit 64c7d9dCopy full SHA for 64c7d9d
opentelemetry-sdk/src/trace/id_generator/aws.rs
@@ -35,7 +35,7 @@ use std::time::{Duration, UNIX_EPOCH};
35
/// [xray-trace-id]: https://docs.aws.amazon.com/xray/latest/devguide/xray-api-sendingdata.html#xray-api-traceids
36
#[derive(Debug, Default)]
37
#[deprecated(
38
- since = "0.21.0",
+ since = "0.21.3",
39
note = "XrayId Generator has been migrated to the opentelemetry-aws crate"
40
)]
41
pub struct XrayIdGenerator {
opentelemetry-sdk/src/trace/mod.rs
@@ -21,7 +21,7 @@ pub use config::{config, Config};
21
pub use events::SpanEvents;
22
23
24
25
26
27
pub use id_generator::aws::XrayIdGenerator;
0 commit comments