MonitoringComponentConfigResponse

data class MonitoringComponentConfigResponse(val enableComponents: List<String>)

MonitoringComponentConfig is cluster monitoring component configuration.

Constructors

Link copied to clipboard
constructor(enableComponents: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Select components to collect metrics. An empty set would disable all monitoring.