Helpers for extracting OpenTelemetry collection intent from HostKit projects.
Summary
Functions
Emits a HostKit telemetry event under the [:host_kit, ...] prefix.
Runs a function while emitting :start, :stop, and :exception telemetry events.
Types
Functions
@spec execute(event(), measurements(), metadata()) :: :ok
Emits a HostKit telemetry event under the [:host_kit, ...] prefix.
@spec signals(HostKit.Project.t()) :: [HostKit.Telemetry.Signal.t()]
Runs a function while emitting :start, :stop, and :exception telemetry events.