opentelemetry_honeycomb v0.5.0-rc.1 OpenTelemetry.Honeycomb.Exporter View Source
Exporter implementation.
:otel_batch_processor
calls export/3
, which:
- fetches the attributes of the named resource
- loads the spans from the named ETS table
- converts the spans to Honeycomb events
- chunks them according to Honeycomb's batch API limits