Cluster Monitoring Config Args
data class ClusterMonitoringConfigArgs(val advancedDatapathObservabilityConfigs: Output<List<ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs>>? = null, val enableComponents: Output<List<String>>? = null, val managedPrometheus: Output<ClusterMonitoringConfigManagedPrometheusArgs>? = null) : ConvertibleToJava<ClusterMonitoringConfigArgs>
Constructors
Link copied to clipboard
fun ClusterMonitoringConfigArgs(advancedDatapathObservabilityConfigs: Output<List<ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs>>? = null, enableComponents: Output<List<String>>? = null, managedPrometheus: Output<ClusterMonitoringConfigManagedPrometheusArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The GKE components exposing metrics. Supported values include: SYSTEM_COMPONENTS
, APISERVER
, SCHEDULER
, CONTROLLER_MANAGER
, STORAGE
, HPA
, POD
, DAEMONSET
, DEPLOYMENT
and STATEFULSET
. In beta provider, WORKLOADS
is supported on top of those 10 values. (WORKLOADS
is deprecated and removed in GKE 1.24.)