opentelemetry_honeycomb v0.5.0-rc.1 OpenTelemetry.Honeycomb.Config.AttributeMap View Source

Attribute map configuration.

Controls the dataset attributes used for various span properties eg. "trace.trace_id" for the trace identifier, which you didn't set via OpenTelemetry.Span.set_attribute/2. Use the map to match any existing definitions you've configured at the Honeycomb end.

Link to this section Summary

Types

t()

Attribute map configuration for the OpenTelemetry Honeycomb exporter.

Link to this section Types

Link to this type

t()

View Source
t() :: %OpenTelemetry.Honeycomb.Config.AttributeMap{
  duration_ms: String.t(),
  name: String.t(),
  parent_span_id: String.t(),
  span_id: String.t(),
  span_type: String.t(),
  trace_id: String.t()
}

Attribute map configuration for the OpenTelemetry Honeycomb exporter.