Google Kubernetes Engine v1 API - Class MonitoringConfig (3.5.0)

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.

Inheritance

Object > MonitoringConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

MonitoringConfig()

public MonitoringConfig()

MonitoringConfig(MonitoringConfig)

public MonitoringConfig(MonitoringConfig other)
Parameter
NameDescription
otherMonitoringConfig

Properties

ComponentConfig

public MonitoringComponentConfig ComponentConfig { get; set; }

Monitoring components configuration

Property Value
TypeDescription
MonitoringComponentConfig

ManagedPrometheusConfig

public ManagedPrometheusConfig ManagedPrometheusConfig { get; set; }

Enable Google Cloud Managed Service for Prometheus in the cluster.

Property Value
TypeDescription
ManagedPrometheusConfig