public sealed class MonitoringComponentConfig : IMessage<MonitoringComponentConfig>, IEquatable<MonitoringComponentConfig>, IDeepCloneable<MonitoringComponentConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class MonitoringComponentConfig.
MonitoringComponentConfig is cluster monitoring component 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 page provides reference documentation for the `MonitoringComponentConfig` class within the Google Kubernetes Engine v1 API."],["The latest available version of `MonitoringComponentConfig` is 3.33.0, while this page specifically covers version 3.5.0."],["`MonitoringComponentConfig` is designed to manage cluster monitoring component configurations and is part of the `Google.Cloud.Container.V1` namespace."],["The `MonitoringComponentConfig` class includes a property `EnableComponents` which allows the user to specify which metrics should be collected, it being empty will disable all monitoring."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities like message handling, deep cloning and equality checks, as well as object inheritance."]]],[]]