mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
7 lines
175 B
YAML
7 lines
175 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'litellm'
|
|
static_configs:
|
|
- targets: ['litellm:4000'] # Assuming Litellm exposes metrics at port 4000
|