Skip to content

Add schema_url to TracerProvider.get_tracer #1971

@NathanielRN

Description

@NathanielRN

Follow up to #1862

The spec in 1.4.0 added an optional parameter schema_url to the TracerProvider.get_tracer method which we still need to implement:

class TracerProvider(ABC):
@abstractmethod
def get_tracer(
self,
instrumenting_module_name: str,
instrumenting_library_version: str = "",
) -> "Tracer":

We would need to update the API package + the SDK package.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions