C G I R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- ConfigProperties - Interface in io.opentelemetry.sdk.autoconfigure.spi
-
Properties used for auto-configuration of the OpenTelemetry SDK components.
- ConfigurablePropagatorProvider - Interface in io.opentelemetry.sdk.autoconfigure.spi
-
A service provider interface (SPI) for providing additional propagators that can be used with the autoconfigured SDK.
- ConfigurableSamplerProvider - Interface in io.opentelemetry.sdk.autoconfigure.spi.traces
-
A service provider interface (SPI) for providing additional samplers that can be used with the autoconfigured SDK.
- ConfigurableSpanExporterProvider - Interface in io.opentelemetry.sdk.autoconfigure.spi.traces
-
A service provider interface (SPI) for providing additional exporters that can be used with the autoconfigured SDK.
- ConfigurationException - Exception in io.opentelemetry.sdk.autoconfigure.spi
-
An exception that is thrown if the user-provided configuration is invalid.
- ConfigurationException(String) - Constructor for exception io.opentelemetry.sdk.autoconfigure.spi.ConfigurationException
-
Create a new configuration exception with specified
messageand without a cause. - ConfigurationException(String, Throwable) - Constructor for exception io.opentelemetry.sdk.autoconfigure.spi.ConfigurationException
-
Create a new configuration exception with specified
messageandcause. - configure(SdkTracerProviderBuilder, ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.traces.SdkTracerProviderConfigurer
-
Configures the
SdkTracerProviderBuilder. - createExporter(ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.traces.ConfigurableSpanExporterProvider
-
Returns a
SpanExporterthat can be registered to OpenTelemetry by providing the property value specified byConfigurableSpanExporterProvider.getName(). - createResource(ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ResourceProvider
- createSampler(ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.traces.ConfigurableSamplerProvider
-
Returns a
Samplerthat can be registered to OpenTelemetry by providing the property value specified byConfigurableSamplerProvider.getName().
G
- getBoolean(String) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
-
Returns a boolean-valued configuration property.
- getDouble(String) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
-
Returns a double-valued configuration property.
- getDuration(String) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
-
Returns a duration property from the map, or
nullif it cannot be found or it has a wrong type. - getInt(String) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
-
Returns a integer-valued configuration property.
- getList(String) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
-
Returns a list-valued configuration property.
- getLong(String) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
-
Returns a long-valued configuration property.
- getMap(String) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
-
Returns a map-valued configuration property.
- getName() - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
-
Returns the name of this propagator, which can be specified with the
otel.propagatorsproperty to enable it. - getName() - Method in interface io.opentelemetry.sdk.autoconfigure.spi.traces.ConfigurableSamplerProvider
-
Returns the name of this sampler, which can be specified with the
otel.traces.samplerproperty to enable it. - getName() - Method in interface io.opentelemetry.sdk.autoconfigure.spi.traces.ConfigurableSpanExporterProvider
-
Returns the name of this exporter, which can be specified with the
otel.traces.exporterproperty to enable it. - getPropagator(ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
-
Returns a
TextMapPropagatorthat can be registered to OpenTelemetry by providing the property value specified byConfigurablePropagatorProvider.getName(). - getString(String) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
-
Returns a string-valued configuration property.
I
- io.opentelemetry.sdk.autoconfigure.spi - package io.opentelemetry.sdk.autoconfigure.spi
-
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration.
- io.opentelemetry.sdk.autoconfigure.spi.traces - package io.opentelemetry.sdk.autoconfigure.spi.traces
-
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration of traces.
R
- ResourceProvider - Interface in io.opentelemetry.sdk.autoconfigure.spi
-
A service provider interface (SPI) for providing a
Resourcethat is merged into the default resource.
S
- SdkTracerProviderConfigurer - Interface in io.opentelemetry.sdk.autoconfigure.spi.traces
-
A service provider interface (SPI) for performing additional programmatic configuration of a
SdkTracerProviderBuilderduring initialization.
All Classes All Packages