C E G I O R S 
All Classes All Packages

C

ConfigProperties - Class in io.opentelemetry.sdk.autoconfigure
Properties to be 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
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
A service provider interface (SPI) for providing additional exporters that can be used with the autoconfigured SDK.
ConfigurationException - Exception in io.opentelemetry.sdk.autoconfigure
An exception that is thrown if the user-provided configuration is invalid.
configure(SdkMeterProviderBuilder) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.SdkMeterProviderConfigurer
Configures the SdkMeterProviderBuilder.
configure(SdkTracerProviderBuilder) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.SdkTracerProviderConfigurer
Configures the SdkTracerProviderBuilder.
createExporter(ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurableSpanExporterProvider
Returns a SpanExporter that can be registered to OpenTelemetry by providing the property value specified by ConfigurableSpanExporterProvider.getName().
createResource(ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ResourceProvider
 
createSampler(ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurableSamplerProvider
Returns a Sampler that can be registered to OpenTelemetry by providing the property value specified by ConfigurableSamplerProvider.getName().

E

EnvironmentResource - Class in io.opentelemetry.sdk.autoconfigure
Factory for a Resource which parses the standard "otel.resource.attributes" system property or OTEL_RESOURCE_ATTRIBUTES environment variable.

G

get() - Static method in class io.opentelemetry.sdk.autoconfigure.EnvironmentResource
Returns a Resource which contains information from the standard "otel.resource.attributes"/"otel.service.name" system properties or OTEL_RESOURCE_ATTRIBUTES/OTEL_SERVICE_NAME environment variables.
getBoolean(String) - Method in class io.opentelemetry.sdk.autoconfigure.ConfigProperties
Returns a boolean-valued configuration property.
getCommaSeparatedMap(String) - Method in class io.opentelemetry.sdk.autoconfigure.ConfigProperties
Returns a map-valued configuration property.
getCommaSeparatedValues(String) - Method in class io.opentelemetry.sdk.autoconfigure.ConfigProperties
Returns a list-valued configuration property.
getDouble(String) - Method in class io.opentelemetry.sdk.autoconfigure.ConfigProperties
Returns a double-valued configuration property.
getDuration(String) - Method in class io.opentelemetry.sdk.autoconfigure.ConfigProperties
Returns a duration property from the map, or null if it cannot be found or it has a wrong type.
getInt(String) - Method in class io.opentelemetry.sdk.autoconfigure.ConfigProperties
Returns a integer-valued configuration property.
getLong(String) - Method in class io.opentelemetry.sdk.autoconfigure.ConfigProperties
Returns a long-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.propagators property to enable it.
getName() - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurableSamplerProvider
Returns the name of this sampler, which can be specified with the otel.traces.sampler property to enable it.
getName() - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurableSpanExporterProvider
Returns the name of this exporter, which can be specified with the otel.traces.exporter property to enable it.
getPropagator() - Method in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
Returns a TextMapPropagator that can be registered to OpenTelemetry by providing the property value specified by ConfigurablePropagatorProvider.getName().
getResource() - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetrySdkAutoConfiguration
Returns the automatically configured Resource.
getString(String) - Method in class io.opentelemetry.sdk.autoconfigure.ConfigProperties
Returns a string-valued configuration property.

I

initialize() - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetrySdkAutoConfiguration
Returns an OpenTelemetrySdk automatically initialized through recognized system properties and environment variables.
io.opentelemetry.sdk.autoconfigure - package io.opentelemetry.sdk.autoconfigure
 
io.opentelemetry.sdk.autoconfigure.spi - package io.opentelemetry.sdk.autoconfigure.spi
 

O

OpenTelemetrySdkAutoConfiguration - Class in io.opentelemetry.sdk.autoconfigure
Auto-configuration for the OpenTelemetry SDK.

R

ResourceProvider - Interface in io.opentelemetry.sdk.autoconfigure.spi
A service provider interface (SPI) for providing a Resource that is merged into the default resource.

S

SdkMeterProviderConfigurer - Interface in io.opentelemetry.sdk.autoconfigure.spi
A service provider interface (SPI) for performing additional programmatic configuration of a SdkMeterProviderBuilder during initialization.
SdkTracerProviderConfigurer - Interface in io.opentelemetry.sdk.autoconfigure.spi
A service provider interface (SPI) for performing additional programmatic configuration of a SdkTracerProviderBuilder during initialization.
C E G I O R S 
All Classes All Packages