pydantable.observe¶
Plan observation hooks for debugging and telemetry.
pydantable.observe
¶
Opt-in observability hooks for pydantable execution and I/O boundaries.
span
¶
Context manager for timing an operation and emitting one event.
Source code in python/pydantable/observe.py
set_observer
¶
get_observer
¶
emit
¶
Emit an event to the observer if configured, otherwise no-op.
If PYDANTABLE_TRACE is truthy and no observer is configured, events are
still emitted to stderr via print(...) for a minimal default.