Expand description
Public facade for the Tracen workspace.
Re-exports§
pub use tracen_analytics as analytics;pub use tracen_catalog as catalog;pub use tracen_dsl as dsl;pub use tracen_engine as engine;pub use tracen_eval as eval;pub use tracen_export as export;pub use tracen_ffi as ffi;pub use tracen_ffi_core as ffi_core;pub use tracen_ir as ir;pub use tracen_pack as pack;pub use tracen_pack_codegen as pack_codegen;
Structs§
- Normalized
Event - Normalized event shape consumed by the engine.
- Query
- Query input for compute/simulate.
- Tracker
Definition - Result of compiling tracker DSL into validated IR.
Functions§
- compile_
tracker - Compiles DSL text into a deterministic tracker definition.
- compute
- Stateless compute over the provided event slice.
- simulate
- Simulates hypothetical events by comparing outputs for base vs. augmented logs.
- validate_
event - Validates and normalizes event JSON against the tracker definition.