Uses of Enum Class
org.springframework.boot.micrometer.tracing.autoconfigure.TracingProperties.Exemplars.Include
Packages that use TracingProperties.Exemplars.Include
Package
Description
Auto-configuration for Micrometer Tracing.
-
Uses of TracingProperties.Exemplars.Include in org.springframework.boot.micrometer.tracing.autoconfigure
Subclasses with type arguments of type TracingProperties.Exemplars.Include in org.springframework.boot.micrometer.tracing.autoconfigureMethods in org.springframework.boot.micrometer.tracing.autoconfigure that return TracingProperties.Exemplars.IncludeModifier and TypeMethodDescriptionTracingProperties.Exemplars.getInclude()Returns the enum constant of this class with the specified name.static TracingProperties.Exemplars.Include[]TracingProperties.Exemplars.Include.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.micrometer.tracing.autoconfigure with parameters of type TracingProperties.Exemplars.IncludeModifier and TypeMethodDescriptionvoidTracingProperties.Exemplars.setInclude(TracingProperties.Exemplars.Include include)