[][src]Module opentelemetry::api::trace::provider

OpenTelemetry Tracer Provider Interface

Obtaining a Tracer

New Tracer instances can be created via a Provider and its get_tracer method. This method expects an Into argument:

Implementations might require the user to specify configuration properties at Provider creation time, or rely on external configuration.

Traits

Provider

An interface to create Tracer instances.