Inttegro.Telemetry.TraceContext (inttegro v0.2.0)

Copy Markdown View Source

Optional distributed-trace identifiers attached by the host integration.

Trace and span IDs let an application correlate a privacy-safe SDK report with its own trace. The SDK does not create or export spans and leaves this context empty unless an integration supplies it.

Summary

Types

t()

@type t() :: %Inttegro.Telemetry.TraceContext{
  span_id: String.t(),
  trace_id: String.t()
}