ListenerAccessLogTracingConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Xtrace Function. Valid values: true, false. Default Value: false.

Link copied to clipboard
val tracingSample: Int? = null

Xtrace Sampling Rate. Value: 1~10000. tracingenabled valued True When Effective.

Link copied to clipboard
val tracingType: String? = null

Xtrace Type Value Is Zipkin.