Uses of Enum Class
org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties.Compression
Packages that use OtlpTracingProperties.Compression
Package
Description
Auto-configuration for exporting traces with OTLP.
-
Uses of OtlpTracingProperties.Compression in org.springframework.boot.actuate.autoconfigure.tracing.otlp
Methods in org.springframework.boot.actuate.autoconfigure.tracing.otlp that return OtlpTracingProperties.CompressionModifier and TypeMethodDescriptionOtlpTracingProperties.getCompression()
Returns the enum constant of this class with the specified name.static OtlpTracingProperties.Compression[]
OtlpTracingProperties.Compression.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.actuate.autoconfigure.tracing.otlp with parameters of type OtlpTracingProperties.CompressionModifier and TypeMethodDescriptionvoid
OtlpTracingProperties.setCompression
(OtlpTracingProperties.Compression compression)