public sealed class MonitoringConfig : IMessage<MonitoringConfig>, IEquatable<MonitoringConfig>, IDeepCloneable<MonitoringConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class MonitoringConfig.
Parameters that describe the Monitoring configuration in a cluster.
[[["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 documentation for the `MonitoringConfig` class within the Anthos Multi-Cloud v1 API."],["`MonitoringConfig` is used to define the monitoring settings for a cluster and is accessible across various versions of the API, ranging from 1.0.0-beta01 to the latest version 2.8.0."],["The `MonitoringConfig` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a property called `ManagedPrometheusConfig`, which allows enabling Google Cloud Managed Service for Prometheus in the cluster."],["There are two constructors provided, a default one and one that takes another `MonitoringConfig` object for creating copies."]]],[]]