get_tracer()
Signature
Returns the underlying OpenTelemetry Tracer instance for creating spans manually when decorators are not sufficient.
Example
Manual spans are exported through the same processor pipeline as decorator-created spans. Prefer decorators for standard use cases and use get_tracer() only when you need fine-grained control over span lifecycle.