Uses of Enum Class
io.quarkus.opentelemetry.runtime.config.runtime.exporter.CompressionType
Packages that use CompressionType
-
Uses of CompressionType in io.quarkus.opentelemetry.runtime.config.runtime.exporter
Methods in io.quarkus.opentelemetry.runtime.config.runtime.exporter that return CompressionTypeModifier and TypeMethodDescriptionstatic CompressionTypeReturns the enum constant of this class with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.opentelemetry.runtime.config.runtime.exporter that return types with arguments of type CompressionTypeModifier and TypeMethodDescriptionOtlpExporterConfig.compression()Sets the method used to compress payloads.