File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,19 +41,19 @@ sequenceDiagram
41
41
participant VT as vtselect
42
42
participant QC as Query Client
43
43
44
- Note over LS ,VS2: Trace Ingestion Flow
44
+ Note over TS ,VS2: Trace Ingestion Flow
45
45
TS->>VI: Send spans via OTLP
46
46
VI->>VS1: POST /internal/insert (HTTP)
47
47
VI->>VS2: POST /internal/insert (HTTP)
48
48
Note right of VI: Distributes spans evenly<br/>across vtstorage nodes
49
49
50
50
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
57
57
```
58
58
59
59
- ` vtinsert ` handles trace spans ingestion via [ the OpenTelemetry protocol (OTLP)] ( https://opentelemetry.io/docs/specs/otlp/ ) .
You can’t perform that action at this time.
0 commit comments