OpenTelemetry.Trace.TracerProvider
TracerProvider is the entry point of the OpenTelemetry API. It provides access to Tracer.
Gets the default TracerProvider.
protected TracerProvider()
Initializes a new instance of the TracerProvider class.
Gets a tracer with given name and version.
public Tracer GetTracer(string name, string version, IEnumerable<KeyValuePair<string, object>> tags)
Gets a tracer with given name, version and tags.
public Tracer GetTracer(string name, string version = null, string schemaUrl = null, IEnumerable<KeyValuePair<string, object>> tags = null)
Gets a tracer with given name, version and tags.