mz_ore

Module tracing

Source
Available on crate feature tracing only.
Expand description

Tracing utilities.

This module contains application tracing utilities built on top of the tracing and opentelemetry libraries. The key exports are:

  • The configure function, which configures the tracing and opentelemetry crates with sensible defaults and should be called during initialization of every Materialize binary.

  • The OpenTelemetryContext type, which carries a tracing span across thread or task boundaries within a process.

Structs§

Enums§

Constants§

  • By default we turn off tracing from the following crates, because they have error spans which are noisy.
  • By default we turn off tracing from the following crates, because they have long-lived Spans, which OpenTelemetry does not handle well.
  • By default we turn off tracing from the following crates, because they have error spans which are noisy.

Statics§

Functions§

Type Aliases§