Parameters that describe the Monitoring configuration in a cluster.
| JSON representation |
|---|
{ "managedPrometheusConfig" : { object ( |
| Fields | |
|---|---|
managedPrometheusConfig
|
Enable Google Cloud Managed Service for Prometheus in the cluster. |
cloudMonitoringConfig
|
Optionally enable GKE metrics. Only for Attached Clusters. |
ManagedPrometheusConfig
ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus.
| JSON representation |
|---|
{ "enabled" : boolean } |
| Fields | |
|---|---|
enabled
|
Enable Managed Collection. |
CloudMonitoringConfig
CloudMonitoringConfig defines the configuration for built-in Cloud Logging and Monitoring. Only for Attached Clusters.
| JSON representation |
|---|
{ "enabled" : boolean } |
| Fields | |
|---|---|
enabled
|
Enable GKE-native logging and metrics. Only for Attached Clusters. |

