百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
O

opentelemetry-python

> DevOps
开源

OpenTelemetry Python API 和 SDK

2.6K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

OpenTelemetry Python API 和 SDK

OpenTelemetry Python

Project Status

See the OpenTelemetry Instrumentation for Python.

Signal Status Project Traces Stable N/A Metrics Stable N/A Logs Development* N/A

Project versioning information and stability guarantees can be found here.

*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 Python here.

If you are looking for examples on how to use the OpenTelemetry API to instrument your code manually, or how to set up the OpenTelemetry Python SDK, see the documentation.

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 and as 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 their end of life.

Documentation

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

Install

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

Libraries that produce telemetry data should only depend on opentelemetry-api, and defer the choice of the SDK to the application developer. Applications may depend on opentelemetry-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 via pip with the following commands:

pip install opentelemetry-api
pip install opentelemetry-sdk

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

pip install opentelemetry-exporter-{exporter}

The propagator/ 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 fork this repository and perform an editable install:

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

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

Contributing

For information about contributing to OpenTelemetry Python, see CONTRIBUTING.md.

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

Meeting notes are available as a public Google doc.

The meeting is open for all to join. We invite everyone to join our meeting, regardless of your experience level. Whether you're a seasoned OpenTelemetry developer, just starting your journey, or simply curious about the work we do, you're more than welcome to participate!

Maintainers

  • Aaron Abbott, Google
  • Leighton Chen, Microsoft
  • Riccardo Magliocchetti, Elastic

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

Approvers

  • Dylan Russell, Google
  • Emídio Neto, Independent
  • Héctor Hernández, Microsoft
  • Liudmila Molkova, Google
  • Lukas Hering, Oracle
  • Mike Goldsmith, Honeycomb
  • Pablo Collins, Splunk
  • Srikanth Chekuri, signoz.io
  • Tammy Baylis, SolarWinds

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

Emeritus

  • Alex Boten, Maintainer
  • Ashutosh Goel, Approver
  • Carlos Alberto Cortez, Approver
  • Chris Kleinknecht, Maintainer
  • Christian Neumüller, Approver
  • Diego Hurtado, Maintainer
  • Jeremy Voss, Approver
  • Mauricio Vásquez, Approver
  • Nathaniel Ruiz Nowell, Approver
  • Nikolay Sokolik, Approver
  • Owais Lone, Maintainer
  • Owais Lone, Approver
  • Reiley Yang, Maintainer
  • Sanket Mehta, Approver
  • Shalev Roda, Approver
  • Srikanth Chekuri, Maintainer
  • Tahir H. Butt, Approver
  • Yusuke Tsutsumi, Maintainer

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

Thanks to all of our contributors!

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Aaron Abbott, Google
  • •Leighton Chen, Microsoft
  • •Riccardo Magliocchetti, Elastic
  • •Dylan Russell, Google
  • •Emídio Neto, Independent
  • •Héctor Hernández, Microsoft
  • •Liudmila Molkova, Google
  • •Lukas Hering, Oracle
  • •Mike Goldsmith, Honeycomb
  • •Pablo Collins, Splunk

> 标签

Pythoncorrelationcontextdistributed-tracingloggingmetrics

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理