ClusterMonitoringConfig

data class ClusterMonitoringConfig(val enableComponents: List<String>? = null, val managedPrometheus: ClusterMonitoringConfigManagedPrometheus? = null)

Constructors

Link copied to clipboard
fun ClusterMonitoringConfig(enableComponents: List<String>? = null, managedPrometheus: ClusterMonitoringConfigManagedPrometheus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The GKE components exposing metrics. Supported values include: SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, and SCHEDULER. In beta provider, WORKLOADS is supported on top of those 4 values. (WORKLOADS is deprecated and removed in GKE 1.24.)

Link copied to clipboard

Configuration for Managed Service for Prometheus. Structure is documented below.