Skip to content

Commit a23b572

Browse files
committed
Updated mermaid diagram again
1 parent 3edee95 commit a23b572

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ai/vllm-deployment/hpa/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The autoscaling solution works as follows:
2424
flowchart TD
2525
D("PrometheusRule (GPU Metric Only)")
2626
B("Prometheus Server")
27+
C("ServiceMonitor")
2728
subgraph subGraph0["Metrics Collection"]
28-
C("ServiceMonitor")
2929
A["vLLM Server"]
3030
H["GPU DCGM Exporter"]
3131
end
@@ -34,9 +34,9 @@ flowchart TD
3434
F("API Server (Custom Metrics)")
3535
G("HPA Controller")
3636
end
37-
A -- Scrapes Raw Metrics --> C
38-
H -- Scrapes Raw Metrics --> C
39-
C -- Configures Scrape --> B
37+
B -- Scrapes Raw Metrics --> A
38+
B -- Scrapes Raw Metrics --> H
39+
C -- Configures Scrape <--> B
4040
B -- Processes Raw Metrics via --> D
4141
D -- Creates Clean Metric in --> B
4242
F -- Custom Metrics API <--> E

0 commit comments

Comments
 (0)