opentelemetry-api — Easy Playground
Distributed tracing, metrics, and logs
Getting started with opentelemetry-apiRun locally
Install
pip install opentelemetry-apiPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: opentelemetry_api)
opentelemetry-api is a third-party package. Distributed tracing, metrics, and logs. Install with: pip install opentelemetry-api
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?