-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add RDMA collector which exports selected system wide counters and compute unit's hw counters like QP, CQ, MR, etc. QP mode setting will continue at each scrape until we manage to enable on all links. Ensure to disable all Per-PID modes before exiting collector. * Update docs --------- Signed-off-by: Mahendra Paipuri <[email protected]>
- Loading branch information
1 parent
aad9126
commit 3a7a132
Showing
15 changed files
with
1,938 additions
and
75 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
//go:build !perf | ||
// +build !perf | ||
//go:build !noperf | ||
// +build !noperf | ||
|
||
package collector | ||
|
||
|
Oops, something went wrong.