Monitoring Config Args
data class MonitoringConfigArgs(val cluster: Output<String>? = null, val clusterHash: Output<String>? = null, val kubernetesMetricsPrefix: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<MonitoringConfigArgs>
This field informs Fleet-based applications/services/UIs with the necessary information for where each underlying Cluster reports its metrics.
Constructors
Properties
Link copied to clipboard
Immutable. Cluster hash, this is a unique string generated by google code, which does not contain any PII, which we can use to reference the cluster. This is expected to be created by the monitoring stack and persisted into the Cluster object as well as to GKE-Hub.
Link copied to clipboard
Kubernetes system metrics, if available, are written to this prefix. This defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos eventually. Noted: Anthos MultiCloud will have kubernetes.io prefix today but will migration to be under kubernetes.io/anthos