Traces Response
data class TracesResponse(val cacheSizeMegabytes: Int? = null, val mode: String? = null, val selfTracing: SelfTracingResponse? = null, val spanChannelCapacity: Int? = null)
Broker Diagnostic Trace properties
Constructors
Link copied to clipboard
constructor(cacheSizeMegabytes: Int? = null, mode: String? = null, selfTracing: SelfTracingResponse? = null, spanChannelCapacity: Int? = null)