Skip to main content

Crate awsim_xray

Crate awsim_xray 

Source
Expand description

AWS X-Ray emulator. Accepts trace segments via PutTraceSegments, persists them in memory, and serves the listing/aggregation operations the SDK and the X-Ray daemon hit when populating the console.

Re-exports§

pub use state::XrayState;

Modules§

state

Structs§

XrayService