Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

OpenTelemetry Python API and SDK

License

NotificationsYou must be signed in to change notification settings

open-telemetry/opentelemetry-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SlackBuild Status 0Minimum Python VersionReleaseRead the DocsOpenSSF Best Practices

Project Status

See theOpenTelemetry Instrumentation for Python.

SignalStatusProject
TracesStableN/A
MetricsStableN/A
LogsDevelopment*N/A

Project versioning information and stability guarantees can be foundhere.

*Breaking Changes

Important

We are working on stabilizing the Log signal which would require making deprecations and breaking changes. We will try to reduce the releases that may require an update to your code, especially for instrumentations or for SDK developers.

Getting started

You can find the getting started guide for OpenTelemetry Pythonhere.

If you are looking forexamples on how to use the OpenTelemetry API toinstrument your code manually, or how to set up the OpenTelemetryPython SDK, seehttps://opentelemetry.io/docs/instrumentation/python/manual/.

Python Version Support

This project ensures compatibility with the current supported versions of the Python. As new Python versions are released, support for them is added andas old Python versions reach their end of life, support for them is removed.

We add support for new Python versions no later than 3 months after they become stable.

We remove support for old Python versions 6 months after they reach theirend of life.

Documentation

The online documentation is available athttps://opentelemetry-python.readthedocs.io/.To access the latest version of the documentation, seehttps://opentelemetry-python.readthedocs.io/en/latest/.

Install

This repository includes multiple installable packages. Theopentelemetry-apipackage includes abstract classes and no-op implementations that comprise the OpenTelemetry API following theOpenTelemetry specification.Theopentelemetry-sdk package is the reference implementation of the API.

Libraries that produce telemetry data should only depend onopentelemetry-api,and defer the choice of the SDK to the application developer. Applications maydepend onopentelemetry-sdk or another package that implements the API.

The API and SDK packages are available on the Python Package Index (PyPI). You can install them viapip with the following commands:

pip install opentelemetry-apipip install opentelemetry-sdk

Theexporter/directory includes OpenTelemetry exporter packages. You can install the packages separately with the following command:

pip install opentelemetry-exporter-{exporter}

Thepropagator/directory includes OpenTelemetry propagator packages. You can install the packages separately with the following command:

pip install opentelemetry-propagator-{propagator}

To install the development versions of these packages instead, clone or forkthis repository and perform aneditableinstall:

pip install -e ./opentelemetry-api -e ./opentelemetry-sdk -e ./opentelemetry-semantic-conventions

For additional exporter and instrumentation packages, see theopentelemetry-python-contrib repository.

Contributing

For information about contributing to OpenTelemetry Python, seeCONTRIBUTING.md.

We meet weekly on Thursdays at 9AM PST. The meeting is subject to change depending on contributors' availability. Check theOpenTelemetry community calendar for specific dates and Zoom meeting links.

Meeting notes are available as a publicGoogle doc.

Maintainers

For more information about the maintainer role, see thecommunity repository.

Approvers

For more information about the approver role, see thecommunity repository.

Emeritus Maintainers

For more information about the emeritus role, see thecommunity repository.

Emeritus Approvers

For more information about the emeritus role, see thecommunity repository.

Thanks to all of our contributors!

Repo contributors

[8]ページ先頭

©2009-2025 Movatter.jp