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
Copy file name to clipboardExpand all lines: examples/obs-agent-ocp/main.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ module "monitoring_agents" {
114
114
# Monitoring agent
115
115
access_key=module.cloud_monitoring.access_key
116
116
# example of how to include / exclude metrics - more info https://cloud.ibm.com/docs/monitoring?topic=monitoring-change_kube_agent#change_kube_agent_log_metrics
117
-
metrics_filter=[{ exclude ="metricA.*", include ="metricB.*" }]
117
+
metrics_filter=[{ exclude ="metricA.*" }, { include ="metricB.*" }]
118
118
container_filter=[{ type ="exclude", parameter ="kubernetes.namespace.name", name ="kube-system" }]
0 commit comments