OpenTelemetry.Sdk
OpenTelemetry helper.
Gets a value indicating whether instrumentation is suppressed (disabled).
Creates a MeterProviderBuilder which is used to build
a MeterProvider. In a typical application, a single
MeterProvider is created at application startup and disposed
at application shutdown. It is important to ensure that the provider is not
disposed too early.
Creates a TracerProviderBuilder which is used to build
a TracerProvider. In a typical application, a single
TracerProvider is created at application startup and disposed
at application shutdown. It is important to ensure that the provider is not
disposed too early.
Sets the Default TextMapPropagator.