Expand description
Provides a client interface for AWS X-Ray
Re-exports§
pub use crate::segment::*;
Modules§
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
- XRay
Subscriber
Enums§
- Error
- Segment
Id - Unique identifier of an operation within a trace
- TraceId
- Coorelates a string of spans together
Functions§
Type Aliases§
- Result
- Type alias for Results which may return
xray::Errors