Construct a new TracerProvider to register with @opentelemetry/api
Optional
config: Record<string, unknown>Configuration object for the TracerProvider
TracerProvider A TracerProvider instance
Returns a Tracer, creating one if one with the given name and version is not already created.
The name of the tracer or instrumentation library.
Optional
version: stringThe version of the tracer or instrumentation library.
Optional
options: anyThe options of the tracer or instrumentation library.
Tracer A Tracer with the given name and version
Generated using TypeDoc
A registry for creating named Tracers.