Uses of Class
io.quarkus.opentelemetry.runtime.config.runtime.exporter.CompressionType
-
Packages that use CompressionType Package Description io.quarkus.opentelemetry.runtime.config.runtime.exporter -
-
Uses of CompressionType in io.quarkus.opentelemetry.runtime.config.runtime.exporter
Methods in io.quarkus.opentelemetry.runtime.config.runtime.exporter that return CompressionType Modifier and Type Method Description static CompressionTypeCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressionType[]CompressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.opentelemetry.runtime.config.runtime.exporter that return types with arguments of type CompressionType Modifier and Type Method Description Optional<CompressionType>OtlpExporterTracesConfig. compression()Sets the method used to compress payloads.
-