mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-17 12:48:57 +00:00
d9539e518e
persists prometheus data across restarts
8 lines
175 B
YAML
8 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
|