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. Value: True **** Or False * *. Default Value: False * *.

Link copied to clipboard
val tracingSample: Int? = null

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

Link copied to clipboard
val tracingType: String? = null

Xtrace Type Value Is **Zipkin * *.