Files
agent-call/deploy/prometheus.yml
T

10 lines
184 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: agent-call
metrics_path: /metrics
static_configs:
- targets: ["agent-call:8080"]