18 lines
510 B
YAML
18 lines
510 B
YAML
# Applications configuration.
|
|
applications:
|
|
# Application name.
|
|
theveryexampleapp:
|
|
# Endpoint to fetch. HTTP GET will be used.
|
|
endpoint: http://127.0.0.1:8789/metrics
|
|
# Headers to append to request.
|
|
headers:
|
|
X-API-KEY: th4apik3yh4rdt0gu3ss
|
|
# Timeout between requests. Not neccessarily be exact and requests might
|
|
# be sent in 60 or more seconds (in this example).
|
|
time_between_requests: 60s
|
|
|
|
# Logger's configuration.
|
|
logger:
|
|
# Print debug output or not?
|
|
debug: false
|