Class: Google::Cloud::Container::V1::MonitoringConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::MonitoringConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
MonitoringConfig is cluster monitoring configuration.
Instance Attribute Summary collapse
-
#component_config ⇒ ::Google::Cloud::Container::V1::MonitoringComponentConfig
Monitoring components configuration.
-
#managed_prometheus_config ⇒ ::Google::Cloud::Container::V1::ManagedPrometheusConfig
Enable Google Cloud Managed Service for Prometheus in the cluster.
Instance Attribute Details
#component_config ⇒ ::Google::Cloud::Container::V1::MonitoringComponentConfig
Returns Monitoring components configuration.
4503 4504 4505 4506 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4503 class MonitoringConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#managed_prometheus_config ⇒ ::Google::Cloud::Container::V1::ManagedPrometheusConfig
Returns Enable Google Cloud Managed Service for Prometheus in the cluster.
4503 4504 4505 4506 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4503 class MonitoringConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |