-
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 HCS shim api as alternative source for metric provider (amazon-co…
…ntributing#154) * Add storage metrics for container and node level 1. Add storage extractors for container and node level 2. Add metric source for Windows metric collection 3. Refactor metric source for cadvisor 4. Add os label for windows # Conflicts: # internal/aws/containerinsight/const.go # receiver/awscontainerinsightreceiver/internal/k8swindows/extractors/extractor.go # receiver/awscontainerinsightreceiver/internal/k8swindows/extractors/extractorhelpers.go # receiver/awscontainerinsightreceiver/internal/k8swindows/extractors/fs_extractor.go # receiver/awscontainerinsightreceiver/internal/k8swindows/k8swindows.go # receiver/awscontainerinsightreceiver/internal/k8swindows/kubelet/kubelet.go # receiver/awscontainerinsightreceiver/internal/k8swindows/kubelet/kubelet_test.go # receiver/awscontainerinsightreceiver/internal/stores/utils.go # receiver/awscontainerinsightreceiver/internal/stores/utils_test.go * Add hcsshim API as source 1. Added hcshim API as alternative to kubelet for networking stats 2. Added unit tests for hcsshim provider 3. Add new fields to network extractor * Fix e2e test for docker build 1. Ran `go mod tidy` inside cmd/otelcontribcol
- Loading branch information
1 parent
86c185e
commit 6cd1657
Showing
18 changed files
with
713 additions
and
49 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.