Drone. Telemetry
(ex_drone v0.1.0)
View Source
Telemetry event helpers for ex_drone.
This module provides convenience functions for emitting :telemetry
events throughout the drone command pipeline. All events follow the
naming convention [:drone, namespace, action].
Summary
Functions
@spec emit_command_error(atom(), atom(), atom(), atom(), non_neg_integer()) :: :ok
@spec emit_command_start(atom(), atom(), Drone.Command.t()) :: :ok
@spec emit_command_stop(atom(), atom(), atom(), atom(), non_neg_integer()) :: :ok
@spec emit_connect_stop(atom(), atom(), non_neg_integer()) :: :ok