Expand description
Two-tier execution trace: public (CloudEvents) + private (hashed).
Governed by spec 012-execution-trace-tiered.
Re-exports§
pub use private::PrivateTraceEntry;pub use public::PublicTraceEntry;pub use public::TraceOutcome;pub use store::TraceStore;
Modules§
- private
- Private (access-controlled) trace entry.
- public
- Public (CloudEvents-formatted) trace entry.
- store
- In-memory store for public and private trace entries.
Functions§
- new_
trace_ id_ and_ time - Builds a new trace
idand RFC 3339timestring for use when recording a trace.