Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@notheotherben notheotherben released this 04 Sep 18:34
· 674 commits to main since this release

This release updates the way we configure the OpenTelemetry exporter to allow easy use with any compatible OTLP endpoint.

To configure your OpenTelemetry export, you should expose the following environment variables:

# Example configuration for Honeycomb
export OTEL_EXPORTER_OTLP_ENDPOINT="https://api.honeycomb.io"
export OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=your-api-key"