opentelemetry-api

Package — LoggingPython 3.7+Intermediate

Distributed tracing, metrics, and logs

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
deprecated, importlib-metadata
Install
pip install opentelemetry-api

Learn by Difficulty

Quick Example

python
# Install: pip install opentelemetry-api
import opentelemetry_api

# Basic opentelemetry-api usage
print(f"Using opentelemetry-api")
# See documentation for detailed examples

opentelemetry-api is a third-party package. Distributed tracing, metrics, and logs. Install with: pip install opentelemetry-api

Try in Playground

Tags

packageloggingmonitoringobservability