Initial commit (with migration template)
This commit is contained in:
21
monitoring/monitoring-stack/prometheus/prometheus.yml
Normal file
21
monitoring/monitoring-stack/prometheus/prometheus.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'litellm-proxy'
|
||||
metrics_path: '/metrics'
|
||||
static_configs:
|
||||
- targets: ['litellm:4000']
|
||||
|
||||
- job_name: 'dgx-node-metrics'
|
||||
static_configs:
|
||||
- targets:
|
||||
- '192.168.0.99:9100'
|
||||
- '192.168.0.100:9100'
|
||||
|
||||
- job_name: 'dgx-gpu-metrics'
|
||||
static_configs:
|
||||
- targets:
|
||||
- '192.168.0.99:9400'
|
||||
- '192.168.0.100:9400'
|
||||
Reference in New Issue
Block a user