Expand description
Module containing some extension traits to support code instrumentation
using the tracing crate.
Structs§
- Instrumented
Aggregate Repository aggregate::Repositorytype wrapper that provides instrumentation features through thetracingcrate.- Instrumented
Event Store event::Storetype wrapper that provides instrumentation features through thetracingcrate.
Traits§
- Aggregate
Repository Ext - Extension trait for any
aggregate::Repositorytype to provide instrumentation features through thetracingcrate. - Event
Store Ext - Extension trait for any
event::Storetype to provide instrumentation features through thetracingcrate.