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."],[[["The `MonitoringComponentConfig` class is part of the Google Kubernetes Engine v1 API and is used for cluster monitoring component configuration."],["This class is implemented as a sealed class that inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this component is version 3.33.0, and there are versions listed back to version 2.3.0 for the `MonitoringComponentConfig` class."],["`MonitoringComponentConfig` has a property called `EnableComponents`, which allows users to select which components to collect metrics from, with an empty set disabling all monitoring."],["It contains two constructors, one with no parameters, and one which takes in another `MonitoringComponentConfig` object."]]],[]]