nvitop/nvitop-exporter/grafana/prometheus.yml
Gianfranco Salomone 974762a8c3
feat(exporter): add Dockerfile and docker-compose template for nvitop-exporter (#159)
Co-authored-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
2025-05-26 19:04:23 +08:00

8 lines
167 B
YAML

global:
scrape_interval: 2s
evaluation_interval: 2s
scrape_configs:
- job_name: "nvitop-exporter"
static_configs:
- targets: ["nvitop-exporter:5050"]