Construct a new TracerProvider to register with @opentelemetry/api
Optionalconfig: 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.
Optionalversion: string
The version of the tracer or instrumentation library.
Optionaloptions: any
The options of the tracer or instrumentation library.
Tracer A Tracer with the given name and version
Register this tracer provider with @opentelemetry/api
A registry for creating named Tracers.