public sealed class MonitoringComponentConfig : IMessage<MonitoringComponentConfig>, IEquatable<MonitoringComponentConfig>, IDeepCloneable<MonitoringComponentConfig>, IBufferMessage, IMessage
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 latest version of `MonitoringComponentConfig` is 3.33.0, with previous versions available down to 2.3.0."],["`MonitoringComponentConfig` is a class used to configure cluster monitoring components, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class provides a constructor for creating a new `MonitoringComponentConfig` or copying another, with the latter accepting an existing `MonitoringComponentConfig` as a parameter."],["The `EnableComponents` property, of type `RepeatedField`, is used to specify which components should have their metrics collected, and disabling monitoring is achieved by providing an empty set."]]],[]]