mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-09 10:48:07 +08:00
feat: 添加 LiteLLM 应用配置文件和部署文件
添加 LiteLLM 的配置文件、部署文件和文档,包括: - Prometheus 监控配置 - Docker Compose 部署文件 - 应用元数据配置 - README 文档
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'litellm'
|
||||
static_configs:
|
||||
- targets: ['litellm:4000'] # Assuming Litellm exposes metrics at port 4000
|
||||
Reference in New Issue
Block a user