C E G I O S 
All Classes All Packages

C

ConfigurableMetricExporterProvider - Interface in io.opentelemetry.sdk.autoconfigure.spi.metrics
A service provider interface (SPI) for providing additional exporters that can be used with the autoconfigured SDK.
configure(SdkMeterProviderBuilder, ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.metrics.SdkMeterProviderConfigurer
Configures the SdkMeterProviderBuilder.
configureResource() - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetryResourceAutoConfiguration
Returns the automatically configured Resource.
configureResource(ConfigProperties) - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetryResourceAutoConfiguration
Returns a Resource automatically initialized through recognized system properties and environment variables.
createExporter(ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.metrics.ConfigurableMetricExporterProvider
Returns a MetricExporter that can be registered to OpenTelemetry by providing the property value specified by ConfigurableMetricExporterProvider.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.
getName() - Method in interface io.opentelemetry.sdk.autoconfigure.spi.metrics.ConfigurableMetricExporterProvider
Returns the name of this exporter, which can be specified with the otel.metrics.exporter property to enable it.

I

initialize() - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetrySdkAutoConfiguration
Returns an OpenTelemetrySdk automatically initialized through recognized system properties and environment variables.
initialize(boolean) - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetrySdkAutoConfiguration
Returns an OpenTelemetrySdk automatically initialized through recognized system properties and environment variables.
initialize(boolean, ConfigProperties) - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetrySdkAutoConfiguration
Returns an OpenTelemetrySdk automatically initialized through recognized properties contained in the config parameter.
io.opentelemetry.sdk.autoconfigure - package io.opentelemetry.sdk.autoconfigure
 
io.opentelemetry.sdk.autoconfigure.spi.metrics - package io.opentelemetry.sdk.autoconfigure.spi.metrics
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration of metrics.

O

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

S

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