TextGenPro / prometheus.yml
RahulChhatbar's picture
grafana
2a50139
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'gradio_app'
static_configs:
- targets: ['localhost:8000']
- job_name: 'node_exporter'
static_configs:
- targets: ['localhost:9100']