-
Notifications
You must be signed in to change notification settings - Fork 77
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 RDAM metrics #4112
Merged
Merged
Add RDAM metrics #4112
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lou-lan
temporarily deployed
to
release-base-images
September 25, 2024 10:40
— with
GitHub Actions
Inactive
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4112 +/- ##
==========================================
+ Coverage 79.18% 79.22% +0.04%
==========================================
Files 52 53 +1
Lines 5903 6290 +387
==========================================
+ Hits 4674 4983 +309
- Misses 1055 1112 +57
- Partials 174 195 +21
Flags with carried forward coverage won't be shown. Click here to find out more.
|
lou-lan
force-pushed
the
feature/rdma
branch
from
September 25, 2024 12:02
00fab6d
to
ed6908f
Compare
lou-lan
temporarily deployed
to
release-base-images
September 25, 2024 12:02
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 26, 2024 06:15
ed6908f
to
bbff080
Compare
lou-lan
temporarily deployed
to
release-base-images
September 26, 2024 06:15
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 26, 2024 06:16
bbff080
to
e448ea8
Compare
lou-lan
temporarily deployed
to
release-base-images
September 26, 2024 06:16
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 26, 2024 07:01
e448ea8
to
d80cec7
Compare
lou-lan
temporarily deployed
to
release-base-images
September 26, 2024 07:01
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 27, 2024 06:35
d80cec7
to
cbc69f5
Compare
lou-lan
temporarily deployed
to
release-base-images
September 27, 2024 06:35
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 27, 2024 06:40
cbc69f5
to
9530efd
Compare
lou-lan
temporarily deployed
to
release-base-images
September 27, 2024 06:40
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 27, 2024 06:50
9530efd
to
3ead6ab
Compare
lou-lan
temporarily deployed
to
release-base-images
September 27, 2024 06:50
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 27, 2024 08:59
3ead6ab
to
61f1daa
Compare
lou-lan
temporarily deployed
to
release-base-images
September 27, 2024 08:59
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 30, 2024 07:19
61f1daa
to
00bfef4
Compare
lou-lan
temporarily deployed
to
release-base-images
September 30, 2024 07:19
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 30, 2024 07:23
00bfef4
to
2beef96
Compare
lou-lan
temporarily deployed
to
release-base-images
September 30, 2024 07:24
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 30, 2024 07:26
2beef96
to
650c36a
Compare
lou-lan
temporarily deployed
to
release-base-images
September 30, 2024 07:26
— with
GitHub Actions
Inactive
lou-lan
force-pushed
the
feature/rdma
branch
from
September 30, 2024 08:04
650c36a
to
5013aaa
Compare
lou-lan
temporarily deployed
to
release-base-images
September 30, 2024 08:04
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 10:25
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 10:32
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 10:56
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 11:05
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 11:31
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 11:33
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 11:46
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 11:48
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 11:50
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 12:06
— with
GitHub Actions
Inactive
lou-lan
temporarily deployed
to
release-base-images
October 30, 2024 12:57
— with
GitHub Actions
Inactive
Signed-off-by: lou-lan <[email protected]>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add rdma metrcs, support pod and host metrcs export.
the PR is tested on mellanox connect X
note:
I would like to have a code review first, even though I will still make small changes to the code. This is to avoid bigger problems.