Commit d170a61
authored
Fix outdated ingestion pipeline docs (#903)
* Fix outdated live ping tables description in pipeline overview
The Decoded topic is read by the Kubernetes Live Sink (part of the
ingestion-sink service on GKE), not a Dataflow job. Update the prose and
relabel the diagram node accordingly.
Also drop the inaccurate 'guaranteed to contain a few days of history'
caveat: live tables are for low-latency access to recent data, not a
supported analysis interface. Point readers to the stable tables instead.
* Fix outdated Landfill sink description in pipeline overview
The Raw topic is read by the Kubernetes Raw Sink (part of the ingestion-sink
service), not a Dataflow job, and writes to the payload_bytes_raw dataset. The
'Landfill' name is historical. Update the prose and relabel the diagram nodes;
keep a parenthetical for the old name. Match gcp-ingestion's own terminology
('Kubernetes Raw Sink job') rather than the stale 'custom Java application'
phrasing from a 2020 transition note.
* Fix outdated edge server behavior in HTTP edge spec
Verified against gcp-ingestion ingestion-edge (create_app.py, publish.py,
util.py, dockerflow.py):
- GET /status does not exist. Health is served via Dockerflow endpoints
(/__lbheartbeat__, /__heartbeat__, /__version__). Rewrite the GET request
and response-code sections accordingly.
- The ?v=4 query parameter is not validated or rejected at the edge; the edge
routes on path only and forwards the body opaquely. Describe the actual
behavior.
- POST/PUT response codes: add 431 (attribute exceeds PubSub's 1024-byte
limit) and 507 (local retry queue full), which the edge actually returns;
drop 411 and 414, which are not enforced.
- Define the previously dangling [decoder] and [schemas repository]
reference-style links.
* Fix outdated transform location in schemas doc
Verified against gcp-ingestion: ingestion-beam's PubsubMessageToTableRow is
now a thin wrapper that adds Beam metrics and converts to a BigQuery TableRow;
the transformation logic (map types, nested arrays, tuples, coercion,
additional_properties) moved to ingestion-core's PubsubMessageToObjectNode.
Point the doc there and fix the 'Thee'/'telemtry' typos in the paragraph.1 parent bdaa3fa commit d170a61
4 files changed
Lines changed: 41 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
132 | | - | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | | - | |
136 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| |||
234 | 238 | | |
235 | 239 | | |
236 | 240 | | |
| 241 | + | |
237 | 242 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
| |||
67 | 76 | | |
68 | 77 | | |
69 | 78 | | |
70 | | - | |
71 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
75 | 85 | | |
76 | 86 | | |
77 | 87 | | |
78 | 88 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 89 | + | |
| 90 | + | |
82 | 91 | | |
| 92 | + | |
83 | 93 | | |
84 | 94 | | |
85 | 95 | | |
| |||
132 | 142 | | |
133 | 143 | | |
134 | 144 | | |
| 145 | + | |
| 146 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
0 commit comments