metricator/metricator.example.yaml

18 lines
509 B
YAML
Raw Permalink Normal View History

# 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
2020-12-23 21:13:56 +05:00
# Timeout between requests. Not necessarily be exact and requests might
# be sent in 60 or more seconds (in this example).
time_between_requests: 60s
2020-12-23 16:28:57 +05:00
# Logger's configuration.
logger:
# Print debug output or not?
debug: false