Class: Google::Cloud::GkeMultiCloud::V1::MonitoringConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::MonitoringConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb
Overview
Parameters that describe the Monitoring configuration in a cluster.
Instance Attribute Summary collapse
-
#managed_prometheus_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::ManagedPrometheusConfig
Enable Google Cloud Managed Service for Prometheus in the cluster.
Instance Attribute Details
#managed_prometheus_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::ManagedPrometheusConfig
Returns Enable Google Cloud Managed Service for Prometheus in the cluster.
264 265 266 267 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 264 class MonitoringConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |