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-04-09 UTC."],[[["This webpage provides documentation for the `MonitoringComponentConfig` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The latest version of the `MonitoringComponentConfig` documentation available is version 3.33.0, with a wide range of historical versions dating back to 2.3.0."],["`MonitoringComponentConfig` is a class that allows configuring which components are monitored in a cluster and how metrics are collected, with the ability to disable all monitoring."],["The `EnableComponents` property allows for selecting specific components to collect metrics, represented by a `RepeatedField` of `MonitoringComponentConfig.Types.Component`."],["The class `MonitoringComponentConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."]]],[]]