TestLLM / prometheus.yml
Raju2024's picture
Upload 1072 files
e3278e4 verified
raw
history blame contribute delete
175 Bytes
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'litellm'
static_configs:
- targets: ['litellm:4000'] # Assuming Litellm exposes metrics at port 4000