agentbond-api / prometheus.yml
Karan6124's picture
fix: increase Prometheus scrape interval to 60s to prevent rate limits
8f7e2a3
Raw
History Blame Contribute Delete
380 Bytes
global:
scrape_interval: 60s
evaluation_interval: 60s
scrape_configs:
- job_name: "agent-engine-api"
metrics_path: "/metrics/"
scheme: "http"
static_configs:
- targets: ["localhost:7860"]
remote_write:
- url: https://prometheus-prod-43-prod-ap-south-1.grafana.net/api/prom/push
basic_auth:
username: 3263324
password: ${GRAFANA_API_KEY}