@datum-cloud/datum-ui 2.5.0 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/{calendar-date-picker-Cl4lIDl5.mjs → calendar-date-picker-bpTUcGu_.mjs} +1 -1
  2. package/dist/components/features/logs/components/columns.d.ts +15 -0
  3. package/dist/components/features/logs/components/root.d.ts +1 -1
  4. package/dist/components/features/logs/components/status-badge.d.ts +5 -0
  5. package/dist/components/features/logs/components/timeline.d.ts +3 -0
  6. package/dist/components/features/logs/fixtures/index.d.ts +2 -0
  7. package/dist/components/features/logs/index.d.ts +3 -2
  8. package/dist/components/features/logs/logs.d.ts +2 -0
  9. package/dist/components/features/logs/types.d.ts +51 -3
  10. package/dist/components/features/logs/utils/detail-width.d.ts +3 -0
  11. package/dist/components/features/logs/utils/facets.d.ts +7 -0
  12. package/dist/components/features/logs/utils/format-timestamp.d.ts +4 -0
  13. package/dist/components/features/logs/utils/histogram.d.ts +16 -0
  14. package/dist/components/features/logs/utils/host.d.ts +7 -0
  15. package/dist/components/features/logs/utils/index.d.ts +8 -4
  16. package/dist/components/features/logs/utils/parse-log-line.d.ts +17 -3
  17. package/dist/components/features/logs/utils/time-range.d.ts +19 -0
  18. package/dist/components/features/logs/utils/user-agent.d.ts +25 -0
  19. package/dist/data-table/index.mjs +1 -1
  20. package/dist/{data-table-C37OD6_4.mjs → data-table-BaWOHdZX.mjs} +1 -1
  21. package/dist/date-picker/index.mjs +3 -3
  22. package/dist/date-time/index.mjs +1 -1
  23. package/dist/{date-time-BmYjT5vd.mjs → date-time-lZdefM4H.mjs} +1 -1
  24. package/dist/date-time-picker/index.mjs +1 -1
  25. package/dist/{date-time-picker-DlaSizpS.mjs → date-time-picker-Bd7qSZVr.mjs} +1 -1
  26. package/dist/{date-time-range-picker-CQQLACgN.mjs → date-time-range-picker-DlFTh3DF.mjs} +12 -3
  27. package/dist/form/index.mjs +1 -1
  28. package/dist/{form-DDtBJ3Dj.mjs → form-BKxvdIKB.mjs} +3 -3
  29. package/dist/grouped-table/index.mjs +1 -1
  30. package/dist/{grouped-table-DImzzehJ.mjs → grouped-table-DWtEx18V.mjs} +1 -1
  31. package/dist/index.mjs +9 -9
  32. package/dist/logs/fixtures/index.mjs +770 -3
  33. package/dist/logs/index.mjs +1321 -252
  34. package/dist/picker/index.mjs +2 -2
  35. package/dist/{picker-Bbjl9FOq.mjs → picker-DbKukBkk.mjs} +1 -1
  36. package/dist/time-picker/index.mjs +1 -1
  37. package/dist/{time-picker-CoUqZCb7.mjs → time-picker-rVTkmbIG.mjs} +1 -1
  38. package/dist/{to-api-format-BzKfX7yo.mjs → to-api-format-Bm1VcKkS.mjs} +1 -1
  39. package/package.json +1 -1
@@ -1,3 +1,768 @@
1
+ //#region src/components/features/logs/fixtures/alb_query_range.json
2
+ var alb_query_range_default = {
3
+ status: "success",
4
+ data: {
5
+ "resultType": "streams",
6
+ "result": [
7
+ {
8
+ "stream": {
9
+ "authority": "www.example.com",
10
+ "bytes_received": "0",
11
+ "cluster_name": "datum-downstream-gateway",
12
+ "downstream_local_address": "[2001:db8::1]:10443",
13
+ "downstream_remote_address": "[2001:db8::2]:39246",
14
+ "k8s.cluster.name": "us-central-1-staging-lab",
15
+ "k8s.namespace.name": "datum-downstream-gateway",
16
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
17
+ "k8s.node.name": "proxima-evices",
18
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
19
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
20
+ "log_name": "otel_envoy_accesslog",
21
+ "method": "GET",
22
+ "milo.project.id": "demo-project",
23
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
24
+ "project_name": "demo-project",
25
+ "protocol": "HTTP/2",
26
+ "referer": "https://app.example.com/projects/demo-app",
27
+ "requested_server_name": "app.example.com",
28
+ "response_flags": "-",
29
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
30
+ "service.namespace": "datum-downstream-gateway",
31
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
32
+ "trace_id": "-",
33
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
34
+ "upstream_service_time": "-",
35
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
36
+ "x_forwarded_for": "2001:db8::2",
37
+ "x_forwarded_host": "app.example.com",
38
+ "zone_name": "us-central-1a",
39
+ "bytes_sent": "0",
40
+ "duration": "47",
41
+ "path": "/?_rsc=1qiq5",
42
+ "request_id": "0f8d1555-47b3-1fde-1ceb-4a55c311bcb0",
43
+ "response_code": "304",
44
+ "start_time": "2026-09-10T12:46:34.533Z",
45
+ "upstream_host": "203.0.113.3:443"
46
+ },
47
+ "values": [["1789044395384016366", ""]]
48
+ },
49
+ {
50
+ "stream": {
51
+ "authority": "www.example.com",
52
+ "bytes_received": "0",
53
+ "cluster_name": "datum-downstream-gateway",
54
+ "downstream_local_address": "[2001:db8::1]:10443",
55
+ "downstream_remote_address": "[2001:db8::2]:39246",
56
+ "k8s.cluster.name": "us-central-1-staging-lab",
57
+ "k8s.namespace.name": "datum-downstream-gateway",
58
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
59
+ "k8s.node.name": "proxima-evices",
60
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
61
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
62
+ "log_name": "otel_envoy_accesslog",
63
+ "method": "GET",
64
+ "milo.project.id": "demo-project",
65
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
66
+ "project_name": "demo-project",
67
+ "protocol": "HTTP/2",
68
+ "referer": "https://app.example.com/projects/demo-app",
69
+ "requested_server_name": "app.example.com",
70
+ "response_flags": "-",
71
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
72
+ "service.namespace": "datum-downstream-gateway",
73
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
74
+ "trace_id": "-",
75
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
76
+ "upstream_service_time": "-",
77
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
78
+ "x_forwarded_for": "2001:db8::2",
79
+ "x_forwarded_host": "app.example.com",
80
+ "zone_name": "us-central-1a",
81
+ "bytes_sent": "0",
82
+ "duration": "38",
83
+ "path": "/projects?_rsc=jdrkh",
84
+ "request_id": "f8d02cc7-18f2-541b-6b46-92db73289ace",
85
+ "response_code": "304",
86
+ "start_time": "2026-09-10T12:46:34.541Z",
87
+ "upstream_host": "203.0.113.3:443"
88
+ },
89
+ "values": [["1789044395384015908", ""]]
90
+ },
91
+ {
92
+ "stream": {
93
+ "authority": "www.example.com",
94
+ "bytes_received": "0",
95
+ "cluster_name": "datum-downstream-gateway",
96
+ "downstream_local_address": "[2001:db8::1]:10443",
97
+ "downstream_remote_address": "[2001:db8::2]:39246",
98
+ "k8s.cluster.name": "us-central-1-staging-lab",
99
+ "k8s.namespace.name": "datum-downstream-gateway",
100
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
101
+ "k8s.node.name": "proxima-evices",
102
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
103
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
104
+ "log_name": "otel_envoy_accesslog",
105
+ "method": "GET",
106
+ "milo.project.id": "demo-project",
107
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
108
+ "project_name": "demo-project",
109
+ "protocol": "HTTP/2",
110
+ "referer": "https://app.example.com/projects/demo-app",
111
+ "requested_server_name": "app.example.com",
112
+ "response_flags": "-",
113
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
114
+ "service.namespace": "datum-downstream-gateway",
115
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
116
+ "trace_id": "-",
117
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
118
+ "upstream_service_time": "-",
119
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
120
+ "x_forwarded_for": "2001:db8::2",
121
+ "x_forwarded_host": "app.example.com",
122
+ "zone_name": "us-central-1a",
123
+ "bytes_sent": "0",
124
+ "duration": "36",
125
+ "path": "/?_rsc=ggo00",
126
+ "request_id": "38fcc989-82cb-17cc-88d8-5a1411064158",
127
+ "response_code": "304",
128
+ "start_time": "2026-09-10T12:46:34.393Z",
129
+ "upstream_host": "203.0.113.4:443"
130
+ },
131
+ "values": [["1789044395384015493", ""]]
132
+ },
133
+ {
134
+ "stream": {
135
+ "authority": "www.example.com",
136
+ "bytes_received": "0",
137
+ "cluster_name": "datum-downstream-gateway",
138
+ "downstream_local_address": "[2001:db8::1]:10443",
139
+ "downstream_remote_address": "[2001:db8::2]:39246",
140
+ "k8s.cluster.name": "us-central-1-staging-lab",
141
+ "k8s.namespace.name": "datum-downstream-gateway",
142
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
143
+ "k8s.node.name": "proxima-evices",
144
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
145
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
146
+ "log_name": "otel_envoy_accesslog",
147
+ "method": "GET",
148
+ "milo.project.id": "demo-project",
149
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
150
+ "project_name": "demo-project",
151
+ "protocol": "HTTP/2",
152
+ "referer": "https://app.example.com/projects/demo-app",
153
+ "requested_server_name": "app.example.com",
154
+ "response_flags": "-",
155
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
156
+ "service.namespace": "datum-downstream-gateway",
157
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
158
+ "trace_id": "-",
159
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
160
+ "upstream_service_time": "-",
161
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
162
+ "x_forwarded_for": "2001:db8::2",
163
+ "x_forwarded_host": "app.example.com",
164
+ "zone_name": "us-central-1a",
165
+ "bytes_sent": "0",
166
+ "duration": "67",
167
+ "path": "/projects?_rsc=ln1s5",
168
+ "request_id": "ea6bbeed-7712-99c0-bfa3-9cc4964c70b5",
169
+ "response_code": "304",
170
+ "start_time": "2026-09-10T12:46:34.334Z",
171
+ "upstream_host": "203.0.113.3:443"
172
+ },
173
+ "values": [["1789044395384012746", ""]]
174
+ },
175
+ {
176
+ "stream": {
177
+ "authority": "www.example.com",
178
+ "bytes_received": "0",
179
+ "cluster_name": "datum-downstream-gateway",
180
+ "downstream_local_address": "[2001:db8::1]:10443",
181
+ "downstream_remote_address": "[2001:db8::2]:39246",
182
+ "k8s.cluster.name": "us-central-1-staging-lab",
183
+ "k8s.namespace.name": "datum-downstream-gateway",
184
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
185
+ "k8s.node.name": "proxima-evices",
186
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
187
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
188
+ "log_name": "otel_envoy_accesslog",
189
+ "method": "GET",
190
+ "milo.project.id": "demo-project",
191
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
192
+ "project_name": "demo-project",
193
+ "protocol": "HTTP/2",
194
+ "referer": "https://app.example.com/projects/demo-app",
195
+ "requested_server_name": "app.example.com",
196
+ "response_flags": "-",
197
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
198
+ "service.namespace": "datum-downstream-gateway",
199
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
200
+ "trace_id": "-",
201
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
202
+ "upstream_service_time": "-",
203
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
204
+ "x_forwarded_for": "2001:db8::2",
205
+ "x_forwarded_host": "app.example.com",
206
+ "zone_name": "us-central-1a",
207
+ "bytes_sent": "0",
208
+ "duration": "53",
209
+ "path": "/projects?_rsc=ggo00",
210
+ "request_id": "9c946f93-6b76-cb27-3be6-84d888c8c9b7",
211
+ "response_code": "304",
212
+ "start_time": "2026-09-10T12:46:34.341Z",
213
+ "upstream_host": "203.0.113.4:443"
214
+ },
215
+ "values": [["1789044395384012222", ""]]
216
+ },
217
+ {
218
+ "stream": {
219
+ "authority": "www.example.com",
220
+ "bytes_received": "0",
221
+ "cluster_name": "datum-downstream-gateway",
222
+ "downstream_local_address": "[2001:db8::1]:10443",
223
+ "downstream_remote_address": "[2001:db8::2]:39246",
224
+ "k8s.cluster.name": "us-central-1-staging-lab",
225
+ "k8s.namespace.name": "datum-downstream-gateway",
226
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
227
+ "k8s.node.name": "proxima-evices",
228
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
229
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
230
+ "log_name": "otel_envoy_accesslog",
231
+ "method": "GET",
232
+ "milo.project.id": "demo-project",
233
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
234
+ "project_name": "demo-project",
235
+ "protocol": "HTTP/2",
236
+ "referer": "https://app.example.com/projects/demo-app",
237
+ "requested_server_name": "app.example.com",
238
+ "response_flags": "-",
239
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
240
+ "service.namespace": "datum-downstream-gateway",
241
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
242
+ "trace_id": "-",
243
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
244
+ "upstream_service_time": "-",
245
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
246
+ "x_forwarded_for": "2001:db8::2",
247
+ "x_forwarded_host": "app.example.com",
248
+ "zone_name": "us-central-1a",
249
+ "bytes_sent": "0",
250
+ "duration": "44",
251
+ "path": "/projects?_rsc=1r2ey",
252
+ "request_id": "71539bff-17a6-4b0c-c665-c1a2322e9732",
253
+ "response_code": "304",
254
+ "start_time": "2026-09-10T12:46:34.348Z",
255
+ "upstream_host": "203.0.113.3:443"
256
+ },
257
+ "values": [["1789044395384007672", ""]]
258
+ },
259
+ {
260
+ "stream": {
261
+ "authority": "www.example.com",
262
+ "bytes_received": "0",
263
+ "cluster_name": "datum-downstream-gateway",
264
+ "downstream_local_address": "[2001:db8::1]:10443",
265
+ "downstream_remote_address": "[2001:db8::2]:39246",
266
+ "k8s.cluster.name": "us-central-1-staging-lab",
267
+ "k8s.namespace.name": "datum-downstream-gateway",
268
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
269
+ "k8s.node.name": "proxima-evices",
270
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
271
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
272
+ "log_name": "otel_envoy_accesslog",
273
+ "method": "GET",
274
+ "milo.project.id": "demo-project",
275
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
276
+ "project_name": "demo-project",
277
+ "protocol": "HTTP/2",
278
+ "referer": "https://app.example.com/projects/demo-app",
279
+ "requested_server_name": "app.example.com",
280
+ "response_flags": "-",
281
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
282
+ "service.namespace": "datum-downstream-gateway",
283
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
284
+ "trace_id": "-",
285
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
286
+ "upstream_service_time": "-",
287
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
288
+ "x_forwarded_for": "2001:db8::2",
289
+ "x_forwarded_host": "app.example.com",
290
+ "zone_name": "us-central-1a",
291
+ "bytes_sent": "0",
292
+ "duration": "111",
293
+ "path": "/?_rsc=1y1i2",
294
+ "request_id": "23c7629c-7904-7730-ab79-76993797d118",
295
+ "response_code": "304",
296
+ "start_time": "2026-09-10T12:46:34.137Z",
297
+ "upstream_host": "203.0.113.3:443"
298
+ },
299
+ "values": [["1789044394384973606", ""]]
300
+ },
301
+ {
302
+ "stream": {
303
+ "authority": "www.example.com",
304
+ "bytes_received": "0",
305
+ "cluster_name": "datum-downstream-gateway",
306
+ "downstream_local_address": "[2001:db8::1]:10443",
307
+ "downstream_remote_address": "[2001:db8::2]:39246",
308
+ "k8s.cluster.name": "us-central-1-staging-lab",
309
+ "k8s.namespace.name": "datum-downstream-gateway",
310
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
311
+ "k8s.node.name": "proxima-evices",
312
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
313
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
314
+ "log_name": "otel_envoy_accesslog",
315
+ "method": "GET",
316
+ "milo.project.id": "demo-project",
317
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
318
+ "project_name": "demo-project",
319
+ "protocol": "HTTP/2",
320
+ "referer": "https://app.example.com/projects/demo-app",
321
+ "requested_server_name": "app.example.com",
322
+ "response_flags": "-",
323
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
324
+ "service.namespace": "datum-downstream-gateway",
325
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
326
+ "trace_id": "-",
327
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
328
+ "upstream_service_time": "-",
329
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
330
+ "x_forwarded_for": "2001:db8::2",
331
+ "x_forwarded_host": "app.example.com",
332
+ "zone_name": "us-central-1a",
333
+ "bytes_sent": "0",
334
+ "duration": "42",
335
+ "path": "/projects?_rsc=1y1i2",
336
+ "request_id": "d3c47f19-242e-1e17-c5a6-fa9c98d1605f",
337
+ "response_code": "304",
338
+ "start_time": "2026-09-10T12:46:34.144Z",
339
+ "upstream_host": "203.0.113.4:443"
340
+ },
341
+ "values": [["1789044394384972533", ""]]
342
+ },
343
+ {
344
+ "stream": {
345
+ "authority": "www.example.com",
346
+ "bytes_received": "0",
347
+ "cluster_name": "datum-downstream-gateway",
348
+ "downstream_local_address": "[2001:db8::1]:10443",
349
+ "downstream_remote_address": "[2001:db8::2]:39246",
350
+ "k8s.cluster.name": "us-central-1-staging-lab",
351
+ "k8s.namespace.name": "datum-downstream-gateway",
352
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
353
+ "k8s.node.name": "proxima-evices",
354
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
355
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
356
+ "log_name": "otel_envoy_accesslog",
357
+ "method": "GET",
358
+ "milo.project.id": "demo-project",
359
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
360
+ "project_name": "demo-project",
361
+ "protocol": "HTTP/2",
362
+ "referer": "-",
363
+ "requested_server_name": "app.example.com",
364
+ "response_flags": "-",
365
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
366
+ "service.namespace": "datum-downstream-gateway",
367
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
368
+ "trace_id": "-",
369
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
370
+ "upstream_service_time": "-",
371
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
372
+ "x_forwarded_for": "2001:db8::2",
373
+ "x_forwarded_host": "app.example.com",
374
+ "zone_name": "us-central-1a",
375
+ "bytes_sent": "8974",
376
+ "duration": "413",
377
+ "path": "/projects/demo-app",
378
+ "request_id": "d0f2fe2b-0863-28e5-b20a-a1094604bae0",
379
+ "response_code": "200",
380
+ "start_time": "2026-09-10T12:46:33.472Z",
381
+ "upstream_host": "203.0.113.4:443"
382
+ },
383
+ "values": [["1789044394384967739", ""]]
384
+ },
385
+ {
386
+ "stream": {
387
+ "authority": "www.example.com",
388
+ "bytes_received": "0",
389
+ "cluster_name": "datum-downstream-gateway",
390
+ "downstream_local_address": "[2001:db8::1]:10443",
391
+ "downstream_remote_address": "[2001:db8::2]:39246",
392
+ "k8s.cluster.name": "us-central-1-staging-lab",
393
+ "k8s.namespace.name": "datum-downstream-gateway",
394
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
395
+ "k8s.node.name": "proxima-evices",
396
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
397
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
398
+ "log_name": "otel_envoy_accesslog",
399
+ "method": "GET",
400
+ "milo.project.id": "demo-project",
401
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
402
+ "project_name": "demo-project",
403
+ "protocol": "HTTP/2",
404
+ "referer": "https://app.example.com/projects/demo-app",
405
+ "requested_server_name": "app.example.com",
406
+ "response_flags": "-",
407
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
408
+ "service.namespace": "datum-downstream-gateway",
409
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
410
+ "trace_id": "-",
411
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
412
+ "upstream_service_time": "-",
413
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
414
+ "x_forwarded_for": "2001:db8::2",
415
+ "x_forwarded_host": "app.example.com",
416
+ "zone_name": "us-central-1a",
417
+ "bytes_sent": "3280",
418
+ "duration": "298",
419
+ "path": "/projects?_rsc=jdrkh",
420
+ "request_id": "2680d282-2a66-85ae-d7c5-e1a3c396456d",
421
+ "response_code": "200",
422
+ "start_time": "2026-09-10T12:46:05.824Z",
423
+ "upstream_host": "203.0.113.4:443"
424
+ },
425
+ "values": [["1789044366384295018", ""]]
426
+ },
427
+ {
428
+ "stream": {
429
+ "authority": "www.example.com",
430
+ "bytes_received": "0",
431
+ "cluster_name": "datum-downstream-gateway",
432
+ "downstream_local_address": "[2001:db8::1]:10443",
433
+ "downstream_remote_address": "[2001:db8::2]:39246",
434
+ "k8s.cluster.name": "us-central-1-staging-lab",
435
+ "k8s.namespace.name": "datum-downstream-gateway",
436
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
437
+ "k8s.node.name": "proxima-evices",
438
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
439
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
440
+ "log_name": "otel_envoy_accesslog",
441
+ "method": "GET",
442
+ "milo.project.id": "demo-project",
443
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
444
+ "project_name": "demo-project",
445
+ "protocol": "HTTP/2",
446
+ "referer": "https://app.example.com/projects/demo-app",
447
+ "requested_server_name": "app.example.com",
448
+ "response_flags": "-",
449
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
450
+ "service.namespace": "datum-downstream-gateway",
451
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
452
+ "trace_id": "-",
453
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
454
+ "upstream_service_time": "-",
455
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
456
+ "x_forwarded_for": "2001:db8::2",
457
+ "x_forwarded_host": "app.example.com",
458
+ "zone_name": "us-central-1a",
459
+ "bytes_sent": "1394",
460
+ "duration": "51",
461
+ "path": "/?_rsc=1qiq5",
462
+ "request_id": "349dec3e-d6b5-54d9-65ce-da042a55ce8c",
463
+ "response_code": "200",
464
+ "start_time": "2026-09-10T12:46:05.817Z",
465
+ "upstream_host": "203.0.113.3:443"
466
+ },
467
+ "values": [["1789044366384294570", ""]]
468
+ },
469
+ {
470
+ "stream": {
471
+ "authority": "www.example.com",
472
+ "bytes_received": "0",
473
+ "cluster_name": "datum-downstream-gateway",
474
+ "downstream_local_address": "[2001:db8::1]:10443",
475
+ "downstream_remote_address": "[2001:db8::2]:39246",
476
+ "k8s.cluster.name": "us-central-1-staging-lab",
477
+ "k8s.namespace.name": "datum-downstream-gateway",
478
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
479
+ "k8s.node.name": "proxima-evices",
480
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
481
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
482
+ "log_name": "otel_envoy_accesslog",
483
+ "method": "GET",
484
+ "milo.project.id": "demo-project",
485
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
486
+ "project_name": "demo-project",
487
+ "protocol": "HTTP/2",
488
+ "referer": "https://app.example.com/projects/demo-app",
489
+ "requested_server_name": "app.example.com",
490
+ "response_flags": "-",
491
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
492
+ "service.namespace": "datum-downstream-gateway",
493
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
494
+ "trace_id": "-",
495
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
496
+ "upstream_service_time": "-",
497
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
498
+ "x_forwarded_for": "2001:db8::2",
499
+ "x_forwarded_host": "app.example.com",
500
+ "zone_name": "us-central-1a",
501
+ "bytes_sent": "855",
502
+ "duration": "47",
503
+ "path": "/?_rsc=ggo00",
504
+ "request_id": "4b320f64-76a7-63e6-d703-7d9328e25f5f",
505
+ "response_code": "200",
506
+ "start_time": "2026-09-10T12:46:05.659Z",
507
+ "upstream_host": "203.0.113.4:443"
508
+ },
509
+ "values": [["1789044366384294132", ""]]
510
+ },
511
+ {
512
+ "stream": {
513
+ "authority": "www.example.com",
514
+ "bytes_received": "0",
515
+ "cluster_name": "datum-downstream-gateway",
516
+ "downstream_local_address": "[2001:db8::1]:10443",
517
+ "downstream_remote_address": "[2001:db8::2]:39246",
518
+ "k8s.cluster.name": "us-central-1-staging-lab",
519
+ "k8s.namespace.name": "datum-downstream-gateway",
520
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
521
+ "k8s.node.name": "proxima-evices",
522
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
523
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
524
+ "log_name": "otel_envoy_accesslog",
525
+ "method": "GET",
526
+ "milo.project.id": "demo-project",
527
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
528
+ "project_name": "demo-project",
529
+ "protocol": "HTTP/2",
530
+ "referer": "https://app.example.com/projects/demo-app",
531
+ "requested_server_name": "app.example.com",
532
+ "response_flags": "-",
533
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
534
+ "service.namespace": "datum-downstream-gateway",
535
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
536
+ "trace_id": "-",
537
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
538
+ "upstream_service_time": "-",
539
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
540
+ "x_forwarded_for": "2001:db8::2",
541
+ "x_forwarded_host": "app.example.com",
542
+ "zone_name": "us-central-1a",
543
+ "bytes_sent": "579",
544
+ "duration": "47",
545
+ "path": "/projects?_rsc=ln1s5",
546
+ "request_id": "57935af9-ea83-afb1-9eee-e9300775533b",
547
+ "response_code": "200",
548
+ "start_time": "2026-09-10T12:46:05.629Z",
549
+ "upstream_host": "203.0.113.3:443"
550
+ },
551
+ "values": [["1789044366384293644", ""]]
552
+ },
553
+ {
554
+ "stream": {
555
+ "authority": "www.example.com",
556
+ "bytes_received": "0",
557
+ "cluster_name": "datum-downstream-gateway",
558
+ "downstream_local_address": "[2001:db8::1]:10443",
559
+ "downstream_remote_address": "[2001:db8::2]:39246",
560
+ "k8s.cluster.name": "us-central-1-staging-lab",
561
+ "k8s.namespace.name": "datum-downstream-gateway",
562
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
563
+ "k8s.node.name": "proxima-evices",
564
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
565
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
566
+ "log_name": "otel_envoy_accesslog",
567
+ "method": "GET",
568
+ "milo.project.id": "demo-project",
569
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
570
+ "project_name": "demo-project",
571
+ "protocol": "HTTP/2",
572
+ "referer": "https://app.example.com/projects/demo-app",
573
+ "requested_server_name": "app.example.com",
574
+ "response_flags": "-",
575
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
576
+ "service.namespace": "datum-downstream-gateway",
577
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
578
+ "trace_id": "-",
579
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
580
+ "upstream_service_time": "-",
581
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
582
+ "x_forwarded_for": "2001:db8::2",
583
+ "x_forwarded_host": "app.example.com",
584
+ "zone_name": "us-central-1a",
585
+ "bytes_sent": "2356",
586
+ "duration": "48",
587
+ "path": "/projects?_rsc=1r2ey",
588
+ "request_id": "c109cf18-ce3a-7613-c1db-d4b47224ca78",
589
+ "response_code": "200",
590
+ "start_time": "2026-09-10T12:46:05.623Z",
591
+ "upstream_host": "203.0.113.3:443"
592
+ },
593
+ "values": [["1789044366384293034", ""]]
594
+ },
595
+ {
596
+ "stream": {
597
+ "authority": "www.example.com",
598
+ "bytes_received": "0",
599
+ "cluster_name": "datum-downstream-gateway",
600
+ "downstream_local_address": "[2001:db8::1]:10443",
601
+ "downstream_remote_address": "[2001:db8::2]:39246",
602
+ "k8s.cluster.name": "us-central-1-staging-lab",
603
+ "k8s.namespace.name": "datum-downstream-gateway",
604
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
605
+ "k8s.node.name": "proxima-evices",
606
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
607
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
608
+ "log_name": "otel_envoy_accesslog",
609
+ "method": "GET",
610
+ "milo.project.id": "demo-project",
611
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
612
+ "project_name": "demo-project",
613
+ "protocol": "HTTP/2",
614
+ "referer": "https://app.example.com/projects/demo-app",
615
+ "requested_server_name": "app.example.com",
616
+ "response_flags": "-",
617
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
618
+ "service.namespace": "datum-downstream-gateway",
619
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
620
+ "trace_id": "-",
621
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
622
+ "upstream_service_time": "-",
623
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
624
+ "x_forwarded_for": "2001:db8::2",
625
+ "x_forwarded_host": "app.example.com",
626
+ "zone_name": "us-central-1a",
627
+ "bytes_sent": "848",
628
+ "duration": "54",
629
+ "path": "/projects?_rsc=ggo00",
630
+ "request_id": "cad1e640-2dcc-f292-0397-e7b1b4993db1",
631
+ "response_code": "200",
632
+ "start_time": "2026-09-10T12:46:05.615Z",
633
+ "upstream_host": "203.0.113.4:443"
634
+ },
635
+ "values": [["1789044366384292573", ""]]
636
+ },
637
+ {
638
+ "stream": {
639
+ "authority": "www.example.com",
640
+ "bytes_received": "0",
641
+ "cluster_name": "datum-downstream-gateway",
642
+ "downstream_local_address": "[2001:db8::1]:10443",
643
+ "downstream_remote_address": "[2001:db8::2]:39246",
644
+ "k8s.cluster.name": "us-central-1-staging-lab",
645
+ "k8s.namespace.name": "datum-downstream-gateway",
646
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
647
+ "k8s.node.name": "proxima-evices",
648
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
649
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
650
+ "log_name": "otel_envoy_accesslog",
651
+ "method": "GET",
652
+ "milo.project.id": "demo-project",
653
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
654
+ "project_name": "demo-project",
655
+ "protocol": "HTTP/2",
656
+ "referer": "https://app.example.com/projects/demo-app",
657
+ "requested_server_name": "app.example.com",
658
+ "response_flags": "-",
659
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
660
+ "service.namespace": "datum-downstream-gateway",
661
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
662
+ "trace_id": "-",
663
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
664
+ "upstream_service_time": "-",
665
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
666
+ "x_forwarded_for": "2001:db8::2",
667
+ "x_forwarded_host": "app.example.com",
668
+ "zone_name": "us-central-1a",
669
+ "bytes_sent": "694",
670
+ "duration": "96",
671
+ "path": "/?_rsc=1y1i2",
672
+ "request_id": "df59b204-fa56-ce6e-6102-70664f1b7f22",
673
+ "response_code": "200",
674
+ "start_time": "2026-09-10T12:46:05.422Z",
675
+ "upstream_host": "203.0.113.3:443"
676
+ },
677
+ "values": [["1789044366384292112", ""]]
678
+ },
679
+ {
680
+ "stream": {
681
+ "authority": "www.example.com",
682
+ "bytes_received": "0",
683
+ "cluster_name": "datum-downstream-gateway",
684
+ "downstream_local_address": "[2001:db8::1]:10443",
685
+ "downstream_remote_address": "[2001:db8::2]:39246",
686
+ "k8s.cluster.name": "us-central-1-staging-lab",
687
+ "k8s.namespace.name": "datum-downstream-gateway",
688
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
689
+ "k8s.node.name": "proxima-evices",
690
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
691
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
692
+ "log_name": "otel_envoy_accesslog",
693
+ "method": "GET",
694
+ "milo.project.id": "demo-project",
695
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
696
+ "project_name": "demo-project",
697
+ "protocol": "HTTP/2",
698
+ "referer": "https://app.example.com/projects/demo-app",
699
+ "requested_server_name": "app.example.com",
700
+ "response_flags": "-",
701
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
702
+ "service.namespace": "datum-downstream-gateway",
703
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
704
+ "trace_id": "-",
705
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
706
+ "upstream_service_time": "-",
707
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
708
+ "x_forwarded_for": "2001:db8::2",
709
+ "x_forwarded_host": "app.example.com",
710
+ "zone_name": "us-central-1a",
711
+ "bytes_sent": "816",
712
+ "duration": "45",
713
+ "path": "/projects?_rsc=1y1i2",
714
+ "request_id": "d7b8c6ee-9adf-5a33-7bc4-4b4f7c848651",
715
+ "response_code": "200",
716
+ "start_time": "2026-09-10T12:46:05.428Z",
717
+ "upstream_host": "203.0.113.4:443"
718
+ },
719
+ "values": [["1789044366384289203", ""]]
720
+ },
721
+ {
722
+ "stream": {
723
+ "authority": "www.example.com",
724
+ "bytes_received": "0",
725
+ "cluster_name": "datum-downstream-gateway",
726
+ "downstream_local_address": "[2001:db8::1]:10443",
727
+ "downstream_remote_address": "[2001:db8::2]:39246",
728
+ "k8s.cluster.name": "us-central-1-staging-lab",
729
+ "k8s.namespace.name": "datum-downstream-gateway",
730
+ "k8s.namespace.upstream_cluster_name": "0-datum-internal-anchor",
731
+ "k8s.node.name": "proxima-evices",
732
+ "k8s.pod.name": "envoy-datum-downstream-gateway-f6361809-nkms2",
733
+ "k8s.pod.uid": "bd11dd12-aede-b2e0-1694-a97a3f19cb92",
734
+ "log_name": "otel_envoy_accesslog",
735
+ "method": "GET",
736
+ "milo.project.id": "demo-project",
737
+ "node_name": "envoy-datum-downstream-gateway-f6361809-nkms2",
738
+ "project_name": "demo-project",
739
+ "protocol": "HTTP/2",
740
+ "referer": "-",
741
+ "requested_server_name": "app.example.com",
742
+ "response_flags": "-",
743
+ "route_name": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1/match/0/app_example_com",
744
+ "service.namespace": "datum-downstream-gateway",
745
+ "telemetry.subject": "o11y.logs.us-central-1-staging-lab.demo-project",
746
+ "trace_id": "-",
747
+ "upstream_cluster": "httproute/ns-ef1f688b-5694-c097-d4f3-fa8a72f540db/help-xxxxxx/rule/1",
748
+ "upstream_service_time": "-",
749
+ "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6.2 Safari/605.1.15",
750
+ "x_forwarded_for": "2001:db8::2",
751
+ "x_forwarded_host": "app.example.com",
752
+ "zone_name": "us-central-1a",
753
+ "bytes_sent": "8987",
754
+ "duration": "997",
755
+ "path": "/projects/demo-app",
756
+ "request_id": "d3d71697-c2ba-d0b7-13c4-58a4a8a1b326",
757
+ "response_code": "200",
758
+ "start_time": "2026-09-10T12:46:04.095Z",
759
+ "upstream_host": "203.0.113.4:443"
760
+ },
761
+ "values": [["1789044365383237816", ""]]
762
+ }
763
+ ]
764
+ }
765
+ };
1
766
  //#endregion
2
767
  //#region src/components/features/logs/fixtures/index.ts
3
768
  const queryRangeFixture = {
@@ -55,7 +820,7 @@ const queryRangeFixture = {
55
820
  "severity": "INFO"
56
821
  },
57
822
  "values": [
58
- ["1786225022500000000", "GET /api/v1/checkout 301 393ms upstream=gateway-eu-west"],
823
+ ["1786225022500000000", "GET /api/v1/checkout?session=9f2c1a&redirect=%2Fcart 301 393ms upstream=gateway-eu-west"],
59
824
  ["1786225022000000000", "PUT /healthz 429 1856ms upstream=gateway-eu-west"],
60
825
  ["1786225021000000000", "DELETE /api/v1/payments 200 448ms upstream=gateway-eu-west"],
61
826
  ["1786225020000000000", "DELETE /healthz 404 187ms upstream=gateway-eu-west"],
@@ -99,7 +864,7 @@ const queryRangeFixture = {
99
864
  ["1786225000500000000", "GET /api/v1/checkout 201 1026ms upstream=gateway-us-east"],
100
865
  ["1786224999500000000", "GET /healthz 301 1974ms upstream=gateway-us-east"],
101
866
  ["1786224988000000000", "POST /api/v1/checkout 301 71ms upstream=gateway-us-east"],
102
- ["1786224986500000000", "GET /api/v1/products 200 913ms upstream=gateway-us-east"],
867
+ ["1786224986500000000", "GET /api/v1/products?category=shoes&page=2&limit=50 200 913ms upstream=gateway-us-east"],
103
868
  ["1786224985500000000", "POST /api/v1/payments 503 1382ms upstream=gateway-us-east"],
104
869
  ["1786224982000000000", "DELETE /api/v1/products 400 40ms upstream=gateway-us-east"],
105
870
  ["1786224981000000000", "POST /api/v1/payments 404 700ms upstream=gateway-us-east"],
@@ -227,5 +992,7 @@ const queryRangeFixture = {
227
992
  ]
228
993
  }
229
994
  };
995
+ /** Staging Envoy OTEL access logs: empty Body, HTTP fields on stream labels. */
996
+ const albQueryRangeFixture = alb_query_range_default;
230
997
  //#endregion
231
- export { queryRangeFixture };
998
+ export { albQueryRangeFixture, queryRangeFixture };