View Source ExInsights.Telemetry.EventTelemetry (ExInsights v0.8.1)
Report a custom event
Link to this section Summary
Link to this section Types
@type option() :: {:measurements, ExInsights.Telemetry.Types.measurements()} | ExInsights.Telemetry.CommonTelemetry.option()
@type t() :: %ExInsights.Telemetry.EventTelemetry{ common: ExInsights.Telemetry.CommonTelemetry.t(), measurements: ExInsights.Telemetry.Types.measurements(), name: ExInsights.Telemetry.Types.name() }
Link to this section Functions
@spec new(name :: ExInsights.Telemetry.Types.name(), options :: [option()]) :: t()