Skip to content
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

Mention 'dropped by the kernel' #358

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

jotak
Copy link
Member

@jotak jotak commented Jul 18, 2023

image

image

@jotak jotak requested a review from msherif1234 July 18, 2023 15:51
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #358 (7395907) into main (56386e8) will decrease coverage by 0.05%.
The diff coverage is 57.38%.

@@            Coverage Diff             @@
##             main     #358      +/-   ##
==========================================
- Coverage   57.97%   57.93%   -0.05%     
==========================================
  Files         154      159       +5     
  Lines        6994     7168     +174     
  Branches      863      868       +5     
==========================================
+ Hits         4055     4153      +98     
- Misses       2697     2769      +72     
- Partials      242      246       +4     
Flag Coverage Δ
uitests 59.76% <57.38%> (+0.69%) ⬆️
unittests 52.71% <ø> (-2.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
web/src/api/ipfix.ts 100.00% <ø> (ø)
...rc/components/dropdowns/query-options-dropdown.tsx 81.57% <ø> (ø)
...components/netflow-topology/2d/components/edge.tsx 35.71% <ø> (ø)
...c/components/netflow-topology/netflow-topology.tsx 67.74% <0.00%> (-2.26%) ⬇️
web/src/utils/overview-panels.ts 70.83% <ø> (ø)
...omponents/netflow-topology/2d/topology-content.tsx 28.42% <12.50%> (-0.37%) ⬇️
web/src/components/netflow-tab.tsx 50.00% <22.22%> (ø)
web/src/model/topology.ts 32.79% <25.00%> (-0.36%) ⬇️
...nts/netflow-topology/2d/styles/styleDecorators.tsx 26.82% <26.82%> (ø)
...omponents/netflow-topology/2d/styles/styleNode.tsx 31.11% <28.57%> (+1.94%) ⬆️
... and 13 more

... and 3 files with indirect coverage changes

@@ -234,7 +234,7 @@ export const QueryOptionsPanel: React.FC<QueryOptionsDropdownProps> = ({
<Tooltip
content={
<div>
<div>{t('Flows drops to query')}:</div>
<div>{t('Filter flows by their drop status. Only packets dropped by the kernel are monitored here.')}</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do u need // eslint-disable-next-line max-len ?

};
case 'top_dropped_bar_total':
return {
title: t('Top {{limit}} {{type}} dropped rates stacked with total', { limit, type }),
chartType: t('bars'),
tooltip: t('The top dropped rates as bar compared to total as line over the selected interval')
tooltip: t('The top dropped rates (dropped by the kernel) as bar compared to total as line over the selected interval')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably here too ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was a formatting issue .. running make fmt fixed it, PR updated

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jul 21, 2023
@jotak jotak added no-qe This PR doesn't necessitate QE approval no-doc This PR doesn't require documentation change on the NetObserv operator labels Jul 24, 2023
@jotak
Copy link
Member Author

jotak commented Jul 24, 2023

/approve

@openshift-ci
Copy link

openshift-ci bot commented Jul 24, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jotak

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit b9287d0 into netobserv:main Jul 24, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm no-doc This PR doesn't require documentation change on the NetObserv operator no-qe This PR doesn't necessitate QE approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants