Uses of Enum Class
org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties.Compression
Packages that use OtlpLoggingProperties.Compression
Package
Description
Auto-configuration for exporting logs with OpenTelemetry via OTLP.
-
Uses of OtlpLoggingProperties.Compression in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp
Subclasses with type arguments of type OtlpLoggingProperties.Compression in org.springframework.boot.opentelemetry.autoconfigure.logging.otlpMethods in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp that return OtlpLoggingProperties.CompressionModifier and TypeMethodDescriptionOtlpLoggingProperties.getCompression()Returns the enum constant of this class with the specified name.static OtlpLoggingProperties.Compression[]OtlpLoggingProperties.Compression.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp with parameters of type OtlpLoggingProperties.CompressionModifier and TypeMethodDescriptionvoidOtlpLoggingProperties.setCompression(OtlpLoggingProperties.Compression compression)