Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::MonitoringComponentConfig.
MonitoringComponentConfig is cluster monitoring component configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_components
def enable_components() -> ::Array<::Google::Cloud::Container::V1::MonitoringComponentConfig::Component>
Returns
- (::Array<::Google::Cloud::Container::V1::MonitoringComponentConfig::Component>) — Select components to collect metrics. An empty set would disable all monitoring.
#enable_components=
def enable_components=(value) -> ::Array<::Google::Cloud::Container::V1::MonitoringComponentConfig::Component>
Parameter
- value (::Array<::Google::Cloud::Container::V1::MonitoringComponentConfig::Component>) — Select components to collect metrics. An empty set would disable all monitoring.
Returns
- (::Array<::Google::Cloud::Container::V1::MonitoringComponentConfig::Component>) — Select components to collect metrics. An empty set would disable all monitoring.