File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -702,6 +702,10 @@ type PrometheusRestrictedConfig struct {
702702type ThanosRulerConfig struct {
703703 // Configures how the Thanos Ruler component communicates
704704 // with additional Alertmanager instances.
705+ // The Cluster Monitoring Operator reads the cluster-wide proxy settings and configures
706+ // the appropriate Proxy URL for the Alertmanager endpoints.
707+ // All Alertmanager endpoints in this group are expected to resolve to the same Proxy URL.
708+ // If certain endpoints should bypass the cluster proxy, they should be placed in a separate group.
705709 // The default value is `nil`.
706710 AlertmanagersConfigs []AdditionalAlertmanagerConfig `json:"additionalAlertmanagerConfigs,omitempty"`
707711 // Configures the default interval between Prometheus rule evaluations in case the `PrometheusRule` resource does not specify any value.
You can’t perform that action at this time.
0 commit comments