Skip to content
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

Remove duplicated cpou sampling #14

Merged
merged 1 commit into from
Dec 13, 2019
Merged

Remove duplicated cpou sampling #14

merged 1 commit into from
Dec 13, 2019

Conversation

varas
Copy link
Contributor

@varas varas commented Dec 13, 2019

Harmless but redundant operation.

@@ -108,7 +108,6 @@ func (cs *ContainerSampler) SampleAll(i *integration.Integration) error {
populate(ms, memory(&metrics.Memory))
populate(ms, pids(&metrics.Pids))
populate(ms, blkio(&metrics.BlkIO))
populate(ms, cpu(&metrics.CPU))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@varas varas added the feature request Categorizes issue or PR as related to a new feature or enhancement. label Dec 13, 2019
@varas varas merged commit 084c8ef into master Dec 13, 2019
@varas varas deleted the remove_dup_cpu_sampling branch December 13, 2019 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Categorizes issue or PR as related to a new feature or enhancement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants