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

Rename updateConnection -> heartbeat #373

Merged
merged 2 commits into from
Feb 14, 2023

Conversation

ronensc
Copy link
Collaborator

@ronensc ronensc commented Feb 2, 2023

Fixes #370

This PR should be merge after #357

@codecov-commenter
Copy link

codecov-commenter commented Feb 2, 2023

Codecov Report

Merging #373 (057b5f8) into main (b6979fe) will decrease coverage by 1.02%.
The diff coverage is 57.72%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #373      +/-   ##
==========================================
- Coverage   61.91%   60.89%   -1.02%     
==========================================
  Files          91       91              
  Lines        5873     6281     +408     
==========================================
+ Hits         3636     3825     +189     
- Misses       2016     2223     +207     
- Partials      221      233      +12     
Flag Coverage Δ
unittests 60.89% <57.72%> (-1.02%) ⬇️

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

Impacted Files Coverage Δ
pkg/pipeline/utils/convert.go 7.65% <5.29%> (-10.54%) ⬇️
pkg/pipeline/extract/conntrack/conn.go 75.70% <62.26%> (-14.47%) ⬇️
pkg/pipeline/extract/conntrack/store.go 84.17% <96.33%> (+22.17%) ⬆️
pkg/api/conntrack.go 89.68% <100.00%> (+2.68%) ⬆️
pkg/operational/metrics.go 68.00% <100.00%> (-5.05%) ⬇️
pkg/pipeline/extract/conntrack/conntrack.go 92.20% <100.00%> (-0.74%) ⬇️
pkg/pipeline/extract/conntrack/metrics.go 100.00% <100.00%> (ø)
pkg/confgen/confgen.go 47.82% <0.00%> (-1.39%) ⬇️
pkg/confgen/config.go 33.33% <0.00%> (ø)
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

FlowLog string `yaml:"flowLog" doc:"Flow log"`
NewConnection string `yaml:"newConnection" doc:"New connection"`
EndConnection string `yaml:"endConnection" doc:"End connection"`
Heartbeat string `yaml:"heartbeat" doc:"Heartbeat"`
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Is Heartbeat too casual? Is HeartbeatConnection preferred?

Copy link
Collaborator

Choose a reason for hiding this comment

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

What about TickConnection ?

@ronensc ronensc marked this pull request as ready for review February 8, 2023 14:18
@jpinsonneau
Copy link
Collaborator

@openshift-ci openshift-ci bot removed the lgtm label Feb 9, 2023
@openshift-ci
Copy link

openshift-ci bot commented Feb 9, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from kalmanmeth. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

Copy link
Collaborator

@jpinsonneau jpinsonneau left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @ronensc !

@openshift-ci openshift-ci bot added the lgtm label Feb 14, 2023
@ronensc ronensc merged commit d30b115 into netobserv:main Feb 14, 2023
@ronensc ronensc deleted the conntrack-rename-heartbeat branch February 14, 2023 09:20
@ronensc ronensc added the breaking-change This pull request has breaking changes. They should be described in PR description. label Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This pull request has breaking changes. They should be described in PR description. lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

conntrack: Rename "updateConnection" to "heartbeatConnection"
4 participants