|
24 | 24 | - [ICMPv6](#flow-ICMPv6) |
25 | 25 | - [IP](#flow-IP) |
26 | 26 | - [IPCacheNotification](#flow-IPCacheNotification) |
| 27 | + - [IPTraceID](#flow-IPTraceID) |
27 | 28 | - [Kafka](#flow-Kafka) |
28 | 29 | - [Layer4](#flow-Layer4) |
29 | 30 | - [Layer7](#flow-Layer7) |
@@ -312,6 +313,7 @@ EventTypeFilter is a filter describing a particular event type. |
312 | 313 | | trace_observation_point | [TraceObservationPoint](#flow-TraceObservationPoint) | | Only applicable to cilium trace notifications, blank for other types. | |
313 | 314 | | trace_reason | [TraceReason](#flow-TraceReason) | | Cilium datapath trace reason info. | |
314 | 315 | | file | [FileInfo](#flow-FileInfo) | | Cilium datapath filename and line number. Currently only applicable when Verdict = DROPPED. | |
| 316 | +| ip_trace_id | [IPTraceID](#flow-IPTraceID) | | IPTraceID relates to the trace ID in the IP options of a packet. | |
315 | 317 | | drop_reason_desc | [DropReason](#flow-DropReason) | | only applicable to Verdict = DROPPED. | |
316 | 318 | | is_reply | [google.protobuf.BoolValue](#google-protobuf-BoolValue) | | is_reply indicates that this was a packet (L4) or message (L7) in the reply direction. May be absent (in which case it is unknown whether it is a reply or not). | |
317 | 319 | | debug_capture_point | [DebugCapturePoint](#flow-DebugCapturePoint) | | Only applicable to cilium debug capture events, blank for other types | |
@@ -381,6 +383,7 @@ multiple fields are set, then all fields must match for the filter to match. |
381 | 383 | | node_labels | [string](#string) | repeated | node_labels filters on a list of node label selectors. Selectors support the full Kubernetes label selector syntax. | |
382 | 384 | | ip_version | [IPVersion](#flow-IPVersion) | repeated | filter based on IP version (ipv4 or ipv6) | |
383 | 385 | | trace_id | [string](#string) | repeated | trace_id filters flows by trace ID | |
| 386 | +| ip_trace_id | [uint64](#uint64) | repeated | ip_trace_id filters flows by IPTraceID | |
384 | 387 | | experimental | [FlowFilter.Experimental](#flow-FlowFilter-Experimental) | | experimental contains filters that are not stable yet. Support for experimental features is always optional and subject to change. | |
385 | 388 |
|
386 | 389 |
|
@@ -512,6 +515,22 @@ L7 information for HTTP flows. It corresponds to Cilium's [accesslog.LogReco |
512 | 515 |
|
513 | 516 |
|
514 | 517 |
|
| 518 | +<a name="flow-IPTraceID"></a> |
| 519 | + |
| 520 | +### IPTraceID |
| 521 | + |
| 522 | + |
| 523 | + |
| 524 | +| Field | Type | Label | Description | |
| 525 | +| ----- | ---- | ----- | ----------- | |
| 526 | +| trace_id | [uint64](#uint64) | | | |
| 527 | +| ip_option_type | [uint32](#uint32) | | | |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
| 533 | + |
515 | 534 | <a name="flow-Kafka"></a> |
516 | 535 |
|
517 | 536 | ### Kafka |
|
0 commit comments