Skip to content

Support multiple tracers in TracerProvider #694

@ThomsonTan

Description

@ThomsonTan

TracerProvider could only host 1 Tracer object because Tracer is class member of TracerProvider class. We need support multiple traces in TracerProvider after we add InstrumentationLibrary which acts as identifier of the Tracer.

std::shared_ptr<opentelemetry::trace::Tracer> tracer_;

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions