GKE Hub v1beta1 API - Class MonitoringConfig (2.0.0-beta06)

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.

Inheritance

object > MonitoringConfig

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

MonitoringConfig()

public MonitoringConfig()

MonitoringConfig(MonitoringConfig)

public MonitoringConfig(MonitoringConfig other)
Parameter
NameDescription
otherMonitoringConfig

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
TypeDescription
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
TypeDescription
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
TypeDescription
string

Location

public string Location { get; set; }

Immutable. Location used to report Metrics

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Immutable. Project used to report Metrics

Property Value
TypeDescription
string