-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NETOBSERV-1580: update frontend config for CLI #819
Conversation
- 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msherif1234 FYI you asked for this earlier 👼
@@ -473,6 +475,41 @@ columns: | |||
calculated: substract(column.CollectionTime,TimeFlowEndMs) | |||
default: false | |||
width: 5 | |||
- id: PktDropBytes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't it going to have side effect on the console plugin, to have this new field (since it's also nested under Bytes) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jpinsonneau: This pull request references NETOBSERV-1580 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Simple config update to make CLI compatible
Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.