Expand description
Observability for the SLIM data plane.
On native targets this provides the full OpenTelemetry + tracing-subscriber pipeline (logs, distributed traces, metrics).
On wasm32 targets a lightweight subscriber pipes tracing events to the
browser console (console.log / console.warn / console.error).