Description
Provides the OpenTracing API for Python applications and libraries. It helps older tracing integrations describe operations, spans, and context propagation independently of a single tracing backend.
Tracing can reveal request flow, user actions, errors, and service names. Configure instrumentation so sensitive data is not stored in span names, tags, or logs.