e2e: enable_debug=true for all agents

Enables the pprof http endpoint for debugging.
This commit is contained in:
Michael Schurter 2019-07-17 15:20:45 -07:00
parent 9322dfc46f
commit ea68c930fe
8 changed files with 14 additions and 6 deletions

View file

@ -1,3 +1,4 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"

View file

@ -1,3 +1,4 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
@ -28,4 +29,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,3 +1,4 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
datacenter = "dc2"
@ -28,4 +29,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,3 +1,4 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
datacenter = "dc2"
@ -28,4 +29,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,3 +1,4 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
@ -25,4 +26,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,3 +1,4 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
@ -25,4 +26,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,3 +1,4 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
@ -25,4 +26,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,3 +1,4 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"