forked from containerd/cgroups
-
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.
Use google.golang.org/protobuf instead of github.com/gogo/protobuf
We'd like to migrate off from gogo/protobuf. The package is looking for new ownership since 2020. See containerd/containerd#6564 for the detail. Signed-off-by: Kazuyoshi Kato <[email protected]>
- Loading branch information
Showing
11 changed files
with
2,822 additions
and
9,643 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ cgutil: | |
|
||
proto: | ||
protobuild --quiet ${PACKAGES} | ||
gopatch -p rename.gopatch stats/v1/ v2/stats/ |
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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
@@ | ||
@@ | ||
-KernelTcp | ||
+KernelTCP | ||
|
||
@@ | ||
@@ | ||
-Cpu | ||
+CPU | ||
|
||
@@ | ||
@@ | ||
-PerCpu | ||
+PerCPU | ||
|
||
@@ | ||
@@ | ||
-Rss | ||
+RSS | ||
|
||
@@ | ||
@@ | ||
-TotalRss | ||
+TotalRSS | ||
|
||
@@ | ||
@@ | ||
-RssHuge | ||
+RSSHuge | ||
|
||
@@ | ||
@@ | ||
-TotalRssHuge | ||
+TotalRSSHuge |
Oops, something went wrong.