Expand description
Tracing and logging infrastructure for Zebra.
ModulesΒ§
- component π
- The Abscissa component for Zebraβs
tracing
implementation. - endpoint π
- An HTTP endpoint for dynamically setting tracing filters.
- flame π
- A tracing flamegraph component.
StructsΒ§
- Config
- Tracing configuration section: outer config after cross-field defaults are applied.
- Grapher
- Inner
Config - Tracing configuration section: inner config used to deserialize and apply cross-field defaults.
- Tracing
- Abscissa component for initializing the
tracing
subsystem - Tracing
Endpoint - Abscissa component which runs a tracing filter endpoint.
EnumsΒ§
- Progress
Config - The progress bars that Zebra will show while running.
FunctionsΒ§
- default_
log_ πfile - Returns the default log file path.
- disk_
default_ πlog_ file - Returns the configured log file path using the runtime
log_file
andprogress_bar
config. - layer
- runtime_
default_ πlog_ file - Returns the runtime default log file path based on the
log_file
andprogress_bar
configs.