ClusterMonitoringConfigAdvancedDatapathObservabilityConfig

data class ClusterMonitoringConfigAdvancedDatapathObservabilityConfig(val enableMetrics: Boolean, val enableRelay: Boolean? = null, val relayMode: String? = null)

Constructors

constructor(enableMetrics: Boolean, enableRelay: Boolean? = null, relayMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not to enable advanced datapath metrics.

Link copied to clipboard
val enableRelay: Boolean? = null

Whether or not Relay is enabled.

Link copied to clipboard
val relayMode: String? = null

Mode used to make Relay available. Deprecated in favor of enable_relay field. Remove this attribute's configuration as this field will be removed in the next major release and enable_relay will become a required field.