You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="To filter on custom metrics, specify the IBM Cloud Monitoring metrics to include or exclude. [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-change_kube_agent#change_kube_agent_inc_exc_metrics)"
112
112
default=[] # [{ type = "exclude", name = "metricA.*" }, { type = "include", name = "metricB.*" }]
error_message="The specified `type` for the `cloud_monitoring_metrics_filter` is not valid. Specify either `include` or `exclude`. If the value for `type` is not specified, no metrics are included or excluded."
116
-
}
113
+
}
114
+
115
+
variable"cloud_monitoring_container_filter" {
116
+
type=list(object({
117
+
type =string
118
+
parameter =string
119
+
name =string
120
+
}))
121
+
description="To filter custom containers, specify which containers to include or exclude from metrics collection for the cloud monitoring agent. See https://cloud.ibm.com/docs/monitoring?topic=monitoring-change_kube_agent#change_kube_agent_filter_data."
122
+
default=[] # [{ type = "exclude", parameter = "kubernetes.namespace.name", name = "kube-system" }]
0 commit comments