Enrich with OpenTelemetry APIs
Python
Required dependencies
Install the API from PyPI using pip:
Creating Spans
To create a span, use the tracer
object from the opentelemetry.trace
module. The tracer
object is a factory for creating spans.
Additional information
For more use cases, see the OpenTelemetry Python API documentation.