Uses of Enum Class
org.springframework.boot.actuate.autoconfigure.tracing.otlp.Transport
Packages that use Transport
Package
Description
Auto-configuration for exporting traces with OTLP.
-
Uses of Transport in org.springframework.boot.actuate.autoconfigure.tracing.otlp
Subclasses with type arguments of type Transport in org.springframework.boot.actuate.autoconfigure.tracing.otlpMethods in org.springframework.boot.actuate.autoconfigure.tracing.otlp that return TransportModifier and TypeMethodDescriptionOtlpTracingProperties.getTransport()
static Transport
Returns the enum constant of this class with the specified name.static Transport[]
Transport.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 TransportModifier and TypeMethodDescriptionAddress to where tracing will be published.void
OtlpTracingProperties.setTransport
(Transport transport)