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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `MonitoringConfig` class within the Google Kubernetes Engine (GKE) v1 API, specifically for the .NET environment."],["The latest version available is 3.33.0, and the page also lists previous versions going back to version 2.3.0, all with their own pages."],["`MonitoringConfig` is defined as the cluster monitoring configuration class, extending from `object` and implementing various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `MonitoringConfig` includes properties such as `AdvancedDatapathObservabilityConfig`, `ComponentConfig`, and `ManagedPrometheusConfig` to define various aspects of cluster monitoring."],["`MonitoringConfig` has two public constructors: one default constructor `MonitoringConfig()` and one that takes another instance of `MonitoringConfig` as a parameter, `MonitoringConfig(MonitoringConfig other)`."]]],[]]