Index
All Classes and Interfaces|All Packages
A
- applyTo(BiConsumer) - Method in class org.springframework.boot.opentelemetry.autoconfigure.OpenTelemetryResourceAttributes
-
Applies resource attributes to the provided
BiConsumerafter being combined from environment variables and user-defined resource attributes.
C
- ConditionalOnEnabledLoggingExport - Annotation Interface in org.springframework.boot.opentelemetry.autoconfigure.logging
-
@Conditionalthat checks whether logging export is enabled. - customize(SdkLoggerProviderBuilder) - Method in interface org.springframework.boot.opentelemetry.autoconfigure.logging.SdkLoggerProviderBuilderCustomizer
-
Customize the given
builder.
G
- getCompression() - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- getConnectTimeout() - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- getEndpoint() - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- getHeaders() - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- getResourceAttributes() - Method in class org.springframework.boot.opentelemetry.autoconfigure.OpenTelemetryProperties
- getTimeout() - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- getTransport() - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- getUrl(Transport) - Method in interface org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingConnectionDetails
-
Address to where logs will be published.
- GRPC - Enum constant in enum class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.Transport
-
gRPC transport.
- GZIP - Enum constant in enum class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties.Compression
-
Gzip compression.
H
- HTTP - Enum constant in enum class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.Transport
-
HTTP transport.
N
- NONE - Enum constant in enum class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties.Compression
-
No compression.
O
- OpenTelemetryLoggingAutoConfiguration - Class in org.springframework.boot.opentelemetry.autoconfigure.logging
-
Auto-configurationfor OpenTelemetry logging. - OpenTelemetryProperties - Class in org.springframework.boot.opentelemetry.autoconfigure
-
Configuration properties for OpenTelemetry.
- OpenTelemetryProperties() - Constructor for class org.springframework.boot.opentelemetry.autoconfigure.OpenTelemetryProperties
- OpenTelemetryResourceAttributes - Class in org.springframework.boot.opentelemetry.autoconfigure
-
OpenTelemetryResourceAttributesretrieves information from theOTEL_RESOURCE_ATTRIBUTESandOTEL_SERVICE_NAMEenvironment variables and merges it with the resource attributes provided by the user. - OpenTelemetryResourceAttributes(Environment, Map) - Constructor for class org.springframework.boot.opentelemetry.autoconfigure.OpenTelemetryResourceAttributes
-
Creates a new instance of
OpenTelemetryResourceAttributes. - OpenTelemetrySdkAutoConfiguration - Class in org.springframework.boot.opentelemetry.autoconfigure
-
Auto-configurationfor the OpenTelemetry SDK. - org.springframework.boot.opentelemetry.autoconfigure - package org.springframework.boot.opentelemetry.autoconfigure
-
Auto-configuration for OpenTelemetry.
- org.springframework.boot.opentelemetry.autoconfigure.logging - package org.springframework.boot.opentelemetry.autoconfigure.logging
-
Auto-configuration for OpenTelemetry logging.
- org.springframework.boot.opentelemetry.autoconfigure.logging.otlp - package org.springframework.boot.opentelemetry.autoconfigure.logging.otlp
-
Auto-configuration for exporting logs with OpenTelemetry via OTLP.
- OtlpLoggingAutoConfiguration - Class in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp
-
Auto-configurationfor OpenTelemetry logging exports. - OtlpLoggingAutoConfiguration() - Constructor for class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingAutoConfiguration
- OtlpLoggingConnectionDetails - Interface in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp
-
Details required to establish a connection to an OpenTelemetry logging service.
- OtlpLoggingProperties - Class in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp
-
Configuration properties for exporting logs using OpenTelemetry.
- OtlpLoggingProperties() - Constructor for class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- OtlpLoggingProperties.Compression - Enum Class in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp
S
- SdkLoggerProviderBuilderCustomizer - Interface in org.springframework.boot.opentelemetry.autoconfigure.logging
-
Callback interface that can be used to customize the
SdkLoggerProviderBuilderthat is used to create the auto-configuredSdkLoggerProvider. - setCompression(OtlpLoggingProperties.Compression) - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- setConnectTimeout(Duration) - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- setEndpoint(String) - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- setResourceAttributes(Map) - Method in class org.springframework.boot.opentelemetry.autoconfigure.OpenTelemetryProperties
- setTimeout(Duration) - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
- setTransport(Transport) - Method in class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
T
- Transport - Enum Class in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp
-
Transport used to send OTLP log data.
V
- value() - Element in annotation interface org.springframework.boot.opentelemetry.autoconfigure.logging.ConditionalOnEnabledLoggingExport
-
Name of the logging exporter.
- valueOf(String) - Static method in enum class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties.Compression
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.Transport
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties.Compression
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.Transport
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages