saddle-observability 0.3.1

Saddle structured logging and trace correlation
docs.rs failed to build saddle-observability-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: saddle-observability-0.3.4

Saddle structured logging and trace correlation.

The V1 scope is Log and Trace only; the broader name does not imply Metrics or monitoring-platform delivery in V1. Framework components create an [Observer] once and use [Observer::start_external_call] and [Observer::start_child_call] around their async work. Records are queued without waiting for the output writer.