feat: 添加 LiteLLM 应用配置文件和部署文件

添加 LiteLLM 的配置文件、部署文件和文档,包括:
- Prometheus 监控配置
- Docker Compose 部署文件
- 应用元数据配置
- README 文档
This commit is contained in:
arch3rPro
2026-04-03 15:06:34 +08:00
parent 21b4089535
commit 20ea51d3ec
9 changed files with 685 additions and 0 deletions
+7
View File
@@ -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