Skip to content

Commit 9c88a8f

Browse files
committed
docs: fix cluster workflow
1 parent 71353be commit 9c88a8f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/victoriatraces/cluster.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ sequenceDiagram
4141
participant VT as vtselect
4242
participant QC as Query Client
4343
44-
Note over LS,VS2: Trace Ingestion Flow
44+
Note over TS,VS2: Trace Ingestion Flow
4545
TS->>VI: Send spans via OTLP
4646
VI->>VS1: POST /internal/insert (HTTP)
4747
VI->>VS2: POST /internal/insert (HTTP)
4848
Note right of VI: Distributes spans evenly<br/>across vtstorage nodes
4949
5050
Note over VS1,QC: Query Flow
51-
QC->>VL: Query via HTTP endpoints
52-
VL->>VS1: GET /internal/select/* (HTTP)
53-
VL->>VS2: GET /internal/select/* (HTTP)
54-
VS1-->>VL: Return local results
55-
VS2-->>VL: Return local results
56-
VL->>QC: Processed & aggregated results
51+
QC->>VT: Query via HTTP endpoints
52+
VT->>VS1: GET /internal/select/* (HTTP)
53+
VT->>VS2: GET /internal/select/* (HTTP)
54+
VS1-->>VT: Return local results
55+
VS2-->>VT: Return local results
56+
VT->>QC: Processed & aggregated results
5757
```
5858

5959
- `vtinsert` handles trace spans ingestion via [the OpenTelemetry protocol (OTLP)](https://opentelemetry.io/docs/specs/otlp/).

0 commit comments

Comments
 (0)