View Source ExInsights.Telemetry.TraceTelemetry (ExInsights v0.8.1)
Trace telemetry reports technical, usually detailed information about the environment, usage of resources, performance, capacity etc.
Link to this section Summary
Functions
Create new trace telemetry. severity_level
will be set to :info
unless set otherwise in the options.
Link to this section Types
@type option() :: {:severity_level, ExInsights.Telemetry.Types.severity_level()} | ExInsights.Telemetry.CommonTelemetry.option()
@type t() :: %ExInsights.Telemetry.TraceTelemetry{ common: ExInsights.Telemetry.CommonTelemetry.t(), message: String.t(), severityLevel: non_neg_integer() }
Link to this section Functions
Create new trace telemetry. severity_level
will be set to :info
unless set otherwise in the options.