C E G I O S
All Classes All Packages
All Classes All Packages
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
Resourceautomatically initialized through recognized system properties and environment variables. - createExporter(ConfigProperties) - Method in interface io.opentelemetry.sdk.autoconfigure.spi.metrics.ConfigurableMetricExporterProvider
-
Returns a
MetricExporterthat can be registered to OpenTelemetry by providing the property value specified byConfigurableMetricExporterProvider.getName().
E
- EnvironmentResource - Class in io.opentelemetry.sdk.autoconfigure
-
Factory for a
Resourcewhich 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
Resourcewhich 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.exporterproperty to enable it.
I
- initialize() - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetrySdkAutoConfiguration
-
Returns an
OpenTelemetrySdkautomatically initialized through recognized system properties and environment variables. - initialize(boolean) - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetrySdkAutoConfiguration
-
Returns an
OpenTelemetrySdkautomatically initialized through recognized system properties and environment variables. - initialize(boolean, ConfigProperties) - Static method in class io.opentelemetry.sdk.autoconfigure.OpenTelemetrySdkAutoConfiguration
-
Returns an
OpenTelemetrySdkautomatically initialized through recognized properties contained in theconfigparameter. - 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
SdkMeterProviderBuilderduring initialization.
All Classes All Packages