Files
agent-call/deploy/prometheus.yml
T

13 lines
228 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
rule_files:
- /etc/prometheus/alerts.yml
scrape_configs:
- job_name: agent-call
metrics_path: /metrics
static_configs:
- targets: ["agent-call:8080"]