Skip to main content

Elastic Distribution of OpenTelemetry Python

Project description

Elastic Distribution of OpenTelemetry Python

[!WARNING] The Elastic Distribution of OpenTelemetry Python is not yet recommended for production use. Functionality may be changed or removed in future releases. Alpha releases are not subject to the support SLA of official GA features.

We welcome your feedback! You can reach us by opening a GitHub issue or starting a discussion thread on the Elastic Discuss forum.

The Elastic Distribution of OpenTelemetry Python (EDOT Python) is a customized version of OpenTelemetry Python. EDOT Python makes it easier to get started using OpenTelemetry in your Python applications through strictly OpenTelemetry native means, while also providing a smooth and rich out of the box experience with Elastic Observability. It's an explicit goal of this distribution to introduce no new concepts in addition to those defined by the wider OpenTelemetry community.

With EDOT Python you have access to all the features of the OpenTelemetry Python agent plus:

  • Access to improvements and bug fixes contributed by the Elastic team before the changes are available upstream in OpenTelemetry repositories.
  • Access to optional features that can enhance OpenTelemetry data that is being sent to Elastic.
  • Elastic-specific processors that ensure optimal compatibility when exporting OpenTelemetry signal data to an Elastic backend like an Elastic Observability deployment.
  • Preconfigured collection of tracing and metrics signals, applying some opinionated defaults, such as which sources are collected by default.

Ready to try out EDOT Python? Follow the step-by-step instructions in Get started.

Read the docs

Install

pip install elastic-opentelemetry

Usage

Our distribution does not install any instrumentation package by default, instead it relies on the opentelemetry-bootstrap command to scan the installed packages and install the available instrumentation. The following command will install all the instrumentations available for libraries found installed in your environment:

opentelemetry-bootstrap --action=install

It will be useful to add this command every time you need to deploy an updated version of your application, e.g. into your container image build process.

At runtime you have to make some environment variables available to provide the needed configuration. A service name is required to have your app easily recognizable from the other. Then you need to provide the authorization headers for authentication with Elastic cloud and the project endpoint where to send your data.

OTEL_RESOURCE_ATTRIBUTES=service.name=<app-name>
OTEL_EXPORTER_OTLP_HEADERS="Authorization=<authorization header value>"
OTEL_EXPORTER_OTLP_ENDPOINT=<your elastic cloud url>

We are done with the configuration and the last piece of the puzzle is wrapping your service invocation with opentelemetry-instrument that is the wrapper that provides automatic instrumentation:

opentelemetry-instrument <command to start your service>

For a web service running with gunicorn it may looks like:

opentelemetry-instrument gunicorn main:app

Configuration

The distribution supports all the configuration variables from OpenTelemetry Python project version 1.28.1.

Default configuration variables

This distribution sets the following defaults:

  • OTEL_TRACES_EXPORTER: otlp
  • OTEL_METRICS_EXPORTER: otlp
  • OTEL_EXPORTER_OTLP_PROTOCOL: grpc
  • OTEL_EXPERIMENTAL_RESOURCE_DETECTORS: process_runtime,os,otel,telemetry_distro
  • OTEL_METRICS_EXEMPLAR_FILTER: always_off

Distribution specific configuration variables

  • ELASTIC_OTEL_SYSTEM_METRICS_ENABLED (default: false): when sets to true sends system namespace metrics.

License

This software is licensed under the Apache License, version 2 ("Apache-2.0").

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

elastic_opentelemetry-0.4.0.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

elastic_opentelemetry-0.4.0-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

Details for the file elastic_opentelemetry-0.4.0.tar.gz.

File metadata

  • Download URL: elastic_opentelemetry-0.4.0.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for elastic_opentelemetry-0.4.0.tar.gz
Algorithm Hash digest
SHA256 65fe8ac12ee7c6f8020a349a02739df42a13e145fcf4936b36cf652ee4a679fe
MD5 b02e7f8157362c0e08bd607fb92794b0
BLAKE2b-256 2d9def3455d0462b2ef33e611f40c269206721d3157e22d67d61c398a7aa86af

See more details on using hashes here.

Provenance

The following attestation bundles were made for elastic_opentelemetry-0.4.0.tar.gz:

Publisher: release.yml on elastic/elastic-otel-python

Attestations:

File details

Details for the file elastic_opentelemetry-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for elastic_opentelemetry-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9d23cbcf0205925e9a1c319485a9c8d28742ed9dbf2175aec0d459fdf65bc508
MD5 249930c99d358f847161a8c854c4136e
BLAKE2b-256 ccd7eaccd812e0173f865ac750bb8ea73da96e6d2508382919724962f9898226

See more details on using hashes here.

Provenance

The following attestation bundles were made for elastic_opentelemetry-0.4.0-py3-none-any.whl:

Publisher: release.yml on elastic/elastic-otel-python

Attestations:

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