Skip to main content

Honeycomb Exporter for OpenTelemetry

Project description

opentelemetry-exporter-python

The honeycomb.io Python exporter for OpenTelemetry

Install

pip install opentelemetry-ext-honeycomb

Initialize

# note writekey and dataset may be specified in the environment instead
exporter = HoneycombSpanExporter(
	service_name="test-service",
	writekey=<HONEYCOMB_WRITEKEY>,
	dataset=<HONEYCOMB_DATASET>,
)
span_processor = BatchExportSpanProcessor(exporter)
tracer.add_span_processor(span_processor)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opentelemetry-ext-honeycomb-0.4a4.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page