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 t() :: %ExInsights.Telemetry.TraceTelemetry{
  common: ExInsights.Telemetry.CommonTelemetry.t(),
  message: String.t(),
  severityLevel: non_neg_integer()
}

Link to this section Functions

Link to this function

new(message, options \\ [])

View Source
@spec new(String.t(), [option()]) :: t()

Create new trace telemetry. severity_level will be set to :info unless set otherwise in the options.