-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathprometheus.yml
More file actions
82 lines (69 loc) · 1.8 KB
/
prometheus.yml
File metadata and controls
82 lines (69 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: "atoma-node"
metrics_path: "/metrics"
static_configs:
- targets: ["atoma-node:3000"]
- job_name: "atoma-node-sglang"
metrics_path: "/metrics"
static_configs:
- targets: ["atoma-node-sglang:50000"]
- job_name: "vllm1"
scrape_interval: 10s
metrics_path: "/metrics"
static_configs:
- targets: ["vllm1:8000"]
- job_name: "vllm2"
scrape_interval: 10s
metrics_path: "/metrics"
static_configs:
- targets: ["vllm2:8000"]
- job_name: "vllm3"
scrape_interval: 10s
metrics_path: "/metrics"
static_configs:
- targets: ["vllm3:8000"]
- job_name: "vllm4"
scrape_interval: 10s
metrics_path: "/metrics"
static_configs:
- targets: ["vllm4:8000"]
- job_name: "vllm5"
scrape_interval: 10s
metrics_path: "/metrics"
static_configs:
- targets: ["vllm5:8000"]
- job_name: "vllm6"
scrape_interval: 10s
metrics_path: "/metrics"
static_configs:
- targets: ["vllm6:8000"]
- job_name: "vllm7"
scrape_interval: 10s
metrics_path: "/metrics"
static_configs:
- targets: ["vllm7:8000"]
- job_name: "vllm8"
scrape_interval: 10s
metrics_path: "/metrics"
static_configs:
- targets: ["vllm8:8000"]
- job_name: "otel-collector"
scrape_interval: 10s
static_configs:
- targets: ["otel-collector:8889"]
metric_relabel_configs:
- action: labelmap
regex: ^(atoma|libp2p)_(.+)$
replacement: $1_$2
- job_name: "sglang"
scrape_interval: 10s
metrics_path: "/metrics"
static_configs:
- targets: ["host.docker.internal:3000"]
- job_name: "node-exporter"
scrape_interval: 10s
static_configs:
- targets: ["node-exporter:9100"]