public sealed class MonitoringConfig : IMessage<MonitoringConfig>, IEquatable<MonitoringConfig>, IDeepCloneable<MonitoringConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class MonitoringConfig.
MonitoringConfig is cluster monitoring configuration.
Implements
IMessageMonitoringConfig, IEquatableMonitoringConfig, IDeepCloneableMonitoringConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
MonitoringConfig()
public MonitoringConfig()
MonitoringConfig(MonitoringConfig)
public MonitoringConfig(MonitoringConfig other)
Parameter | |
---|---|
Name | Description |
other |
MonitoringConfig |
Properties
AdvancedDatapathObservabilityConfig
public AdvancedDatapathObservabilityConfig AdvancedDatapathObservabilityConfig { get; set; }
Configuration of Advanced Datapath Observability features.
Property Value | |
---|---|
Type | Description |
AdvancedDatapathObservabilityConfig |
ComponentConfig
public MonitoringComponentConfig ComponentConfig { get; set; }
Monitoring components configuration
Property Value | |
---|---|
Type | Description |
MonitoringComponentConfig |
ManagedPrometheusConfig
public ManagedPrometheusConfig ManagedPrometheusConfig { get; set; }
Enable Google Cloud Managed Service for Prometheus in the cluster.
Property Value | |
---|---|
Type | Description |
ManagedPrometheusConfig |