Crate xray_tracing

Source
Expand description

Provides a client interface for AWS X-Ray

Re-exports§

pub use crate::segment::*;

Modules§

segment

Structs§

Client
X-Ray daemon client interface
Header
Parsed representation of X-Amzn-Trace-Id request header
Seconds
Represents fractional seconds since the epoch These can be derived from std::time::Duration and be converted too std::time::Duration
XRaySubscriber

Enums§

Error
SegmentId
Unique identifier of an operation within a trace
TraceId
Coorelates a string of spans together

Functions§

aws_metadata

Type Aliases§

Result
Type alias for Results which may return xray::Errors