Spaces:
Sleeping
Sleeping
| 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 | |