-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add interface names into NSM metrics #1560
Add interface names into NSM metrics #1560
Conversation
Signed-off-by: Alexander Peretyatko <alexander.peretyatko@xored.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1560 +/- ##
=======================================
Coverage ? 66.65%
=======================================
Files ? 260
Lines ? 12382
Branches ? 0
=======================================
Hits ? 8253
Misses ? 3605
Partials ? 524 ☔ View full report in Codecov by Sentry. |
Looks like failed test 'TestRecvfd/TestRecvfdClosesSingleFile' is unstable and unrelated to current changes: https://github.com/networkservicemesh/sdk/actions/runs/6977107882/job/18986490270?pr=1560#step:5:777 |
I've tested these changes on several use cases to make sure they all work as expected.
Memif2Memif
Kernel2Memif
Memif2Kernel
Kernel2Ethernet2Kernel
Kernel2Ethernet2Memif
Memif2Ethernet2Memif
Memif2IP2Kernel
|
@NikitaSkrynnik @d-uzlov @denis-tingaikin @glazychev-art @VitalyGushin please review |
1 similar comment
@NikitaSkrynnik @d-uzlov @denis-tingaikin @glazychev-art @VitalyGushin please review |
Seems like we don't need this PR. #1572 is sufficient. We already have all interface names in path.
|
Description
Add interface names into NSM metrics
This change works for NSC and NSE:
Issue link
Task: networkservicemesh/sdk-vpp#768
How Has This Been Tested?
Types of changes