Skip to content

Commit a2b258c

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
test: add agent_mode example in obs-agent-ocp
Demonstrate using agent_mode = "troubleshooting" to enable additional metrics for HTTP request monitoring.
1 parent b03cd0a commit a2b258c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/obs-agent-ocp/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,6 @@ module "monitoring_agents" {
140140
blacklisted_ports = [22, 2379, 3306]
141141
# example of adding agent tag
142142
agent_tags = { "environment" : "test", "custom" : "value" }
143+
# example of setting agent mode to troubleshooting for additional metrics
144+
agent_mode = "troubleshooting"
143145
}

0 commit comments

Comments
 (0)