ListenerAccessLogTracingConfig

data class ListenerAccessLogTracingConfig(val tracingEnabled: Boolean? = null, val tracingSample: Int? = null, val tracingType: String? = null)

Constructors

Link copied to clipboard
fun ListenerAccessLogTracingConfig(tracingEnabled: Boolean? = null, tracingSample: Int? = null, tracingType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tracingEnabled: Boolean? = null

Xtrace Function. Value: True Or False . Default Value: False.

Link copied to clipboard
val tracingSample: Int? = null

Xtrace Sampling Rate. Value: 1 to 10000.

Link copied to clipboard
val tracingType: String? = null

Xtrace Type Value Is Zipkin.