Skip to content

Commit

Permalink
pull main config from operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Dec 13, 2024
1 parent af6fcaa commit 9798f6b
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion cmd/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ columns:
- id: Bytes
name: Bytes
tooltip: The total aggregated number of bytes.
field: Bytes
fields:
- Bytes
- PktDropBytes
Expand All @@ -449,6 +450,7 @@ columns:
- id: Packets
name: Packets
tooltip: The total aggregated number of packets.
field: Packets
fields:
- Packets
- PktDropPackets
Expand All @@ -474,6 +476,41 @@ columns:
calculated: substract(column.CollectionTime,TimeFlowEndMs)
default: false
width: 5
- id: PktDropBytes
name: Dropped Bytes
tooltip: The total aggregated number of bytes dropped.
field: PktDropBytes
default: false
width: 5
feature: pktDrop
- id: PktDropPackets
name: Dropped Packets
tooltip: The total aggregated number of packets dropped.
field: PktDropPackets
default: false
width: 5
feature: pktDrop
- id: PktDropLatestState
name: Drop State
tooltip: TCP state on last dropped packet.
field: PktDropLatestState
default: false
width: 10
feature: pktDrop
- id: PktDropLatestDropCause
name: Drop Cause
tooltip: TCP state on last dropped packet.
field: PktDropLatestDropCause
default: false
width: 10
feature: pktDrop
- id: PktDropLatestFlags
name: Drop Flags
tooltip: TCP flags on last dropped packet.
field: PktDropLatestFlags
default: false
width: 10
feature: pktDrop
- id: DNSId
group: DNS
name: DNS Id
Expand Down Expand Up @@ -888,7 +925,7 @@ filters:
component: number
hint: Specify a TCP smoothed Round Trip Time in nanoseconds.
- id: network_events
name: Network events flow monitoring
name: Network Events
component: text
hint: Specify a single network event.
scopes:
Expand Down

0 comments on commit 9798f6b

Please sign in to comment.