TracesResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cacheSizeMegabytes: Int? = null

The cache size in megabytes.

Link copied to clipboard
val mode: String? = null

The toggle to enable/disable traces.

Link copied to clipboard

The self tracing properties.

Link copied to clipboard

The span channel capacity.