12 lines
308 B
Text
12 lines
308 B
Text
# Read metrics from the Nomad API
|
|
[[inputs.nomad]]
|
|
## URL for the Nomad agent
|
|
# url = "http://127.0.0.1:4646"
|
|
|
|
## Set response_timeout (default 5 seconds)
|
|
# response_timeout = "5s"
|
|
|
|
## Optional TLS Config
|
|
# tls_ca = /path/to/cafile
|
|
# tls_cert = /path/to/certfile
|
|
# tls_key = /path/to/keyfile
|