mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
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
|