Broker Diagnostics Args
    data class BrokerDiagnosticsArgs(val diagnosticServiceEndpoint: Output<String>? = null, val enableMetrics: Output<Boolean>? = null, val enableSelfCheck: Output<Boolean>? = null, val enableSelfTracing: Output<Boolean>? = null, val enableTracing: Output<Boolean>? = null, val logFormat: Output<String>? = null, val logLevel: Output<String>? = null, val maxCellMapLifetime: Output<Double>? = null, val metricUpdateFrequencySeconds: Output<Double>? = null, val probeImage: Output<String>? = null, val selfCheckFrequencySeconds: Output<Double>? = null, val selfCheckTimeoutSeconds: Output<Double>? = null, val selfTraceFrequencySeconds: Output<Double>? = null, val spanChannelCapacity: Output<Double>? = null) : ConvertibleToJava<BrokerDiagnosticsArgs> 
Diagnostics setting specific to Broker
Constructors
Link copied to clipboard
                fun BrokerDiagnosticsArgs(diagnosticServiceEndpoint: Output<String>? = null, enableMetrics: Output<Boolean>? = null, enableSelfCheck: Output<Boolean>? = null, enableSelfTracing: Output<Boolean>? = null, enableTracing: Output<Boolean>? = null, logFormat: Output<String>? = null, logLevel: Output<String>? = null, maxCellMapLifetime: Output<Double>? = null, metricUpdateFrequencySeconds: Output<Double>? = null, probeImage: Output<String>? = null, selfCheckFrequencySeconds: Output<Double>? = null, selfCheckTimeoutSeconds: Output<Double>? = null, selfTraceFrequencySeconds: Output<Double>? = null, spanChannelCapacity: Output<Double>? = null)