public sealed class MonitoringConfig : IMessage<MonitoringConfig>, IEquatable<MonitoringConfig>, IDeepCloneable<MonitoringConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class MonitoringConfig.
This field informs Fleet-based applications/services/UIs with the necessary information for where each underlying Cluster reports its metrics.
Implements
IMessageMonitoringConfig, IEquatableMonitoringConfig, IDeepCloneableMonitoringConfig, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Beta1Assembly
Google.Cloud.GkeHub.V1Beta1.dll
Constructors
MonitoringConfig()
public MonitoringConfig()
MonitoringConfig(MonitoringConfig)
public MonitoringConfig(MonitoringConfig other)
Parameter | |
---|---|
Name | Description |
other |
MonitoringConfig |
Properties
Cluster
public string Cluster { get; set; }
Immutable. Cluster name used to report metrics.
For Anthos on VMWare/Baremetal, it would be in format
memberClusters/cluster_name
; And for Anthos on MultiCloud, it would be in
format
{azureClusters, awsClusters}/cluster_name
.
Property Value | |
---|---|
Type | Description |
string |
ClusterHash
public string ClusterHash { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
KubernetesMetricsPrefix
public string KubernetesMetricsPrefix { get; set; }
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
Property Value | |
---|---|
Type | Description |
string |
Location
public string Location { get; set; }
Immutable. Location used to report Metrics
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
Immutable. Project used to report Metrics
Property Value | |
---|---|
Type | Description |
string |