Monitoring documentation (#1933)

This commit is contained in:
Yudi Xue
2024-11-07 22:14:16 -08:00
committed by GitHub
parent a71a44f203
commit 5bc2508b80
4 changed files with 1951 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# prometheus.yaml
global:
scrape_interval: 5s
evaluation_interval: 30s
scrape_configs:
- job_name: sglang
static_configs:
- targets:
- '127.0.0.1:30000'