Helper utilities for emitting telemetry events from llm_core.
Summary
Functions
Executes the provided function within a telemetry span.
Types
@type metadata() :: map()
Functions
Executes the provided function within a telemetry span.
Emits [:llm_core, name, :start] and [:llm_core, name, :stop] events with
duration measurements in native units. If fun raises, an :exception
event is emitted with the error details.