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 reference documentation for the `MonitoringConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning versions from 2.3.0 up to the latest version 3.33.0."],["The `MonitoringConfig` class, found in the `Google.Cloud.Container.V1` namespace, is a representation of cluster monitoring configurations used by the Google Kubernetes Engine."],["The `MonitoringConfig` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, indicating it is a part of the Google Protobuf system."],["The class has two key properties, `ComponentConfig` and `ManagedPrometheusConfig`, which control the monitoring components and enable Google Cloud Managed Service for Prometheus, respectively."],["The documentation covers various versions of the `MonitoringConfig` class, enabling users to select the specific version that corresponds with their usage."]]],[]]