ToxicTweet-Tagger / prometheus.yaml
Subi003's picture
Upload folder using huggingface_hub
f1b12ba verified
Raw
History Blame Contribute Delete
314 Bytes
global:
scrape_interval: 60s
remote_write:
- url: "${GRAFANA_REMOTE_WRITE_URL}"
basic_auth:
username: "${GRAFANA_USERNAME}"
password: "${GRAFANA_PASSWORD}"
scrape_configs:
- job_name: node
static_configs:
- targets: ["localhost:7860"]
metrics_path: /api/metrics