-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Use the summary_api with heapster by default #22542
Merged
Merged
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
/cc @kubernetes/sig-node @kubernetes/sig-scalability |
Labelling this PR as size/S |
k8s-github-robot
added
the
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
label
Mar 4, 2016
GCE e2e build/test passed for commit 1d90394. |
dchen1107
added
release-note
Denotes a PR that will be considered when it comes time to generate release notes.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
labels
Mar 4, 2016
I assigned this one to myself since it is weekend for Warsaw folks already. @fgrzadkowski I want to this one in as soon as possible, so that we can monitor a couple of builds before MTV weekend. |
LGTM |
dchen1107
added
the
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
label
Mar 4, 2016
ArtfulCoder
added a commit
that referenced
this pull request
Mar 4, 2016
Use the summary_api with heapster by default
LGTM Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
release-note
Denotes a PR that will be considered when it comes time to generate release notes.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
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.
Use the new summary api by default with heapster.
We have conducted correctness and performance testing on the new API, and found it to be sound. There are two changes in the metrics heapster gathers from the new API:
Performance of the heapster source with the summary API is improved over the cAdvisor API. A heapster instance with the old source and one with the new source were run side-by-side on the same cluster and measured while running the density 30-pod e2e test. Results were gathered on a real 3-node and 50-node cluster, as well as on a simulated 30, 60, and 300 node cluster. The simulated results were gathered by running multiple heapster sources (metric scraper workers) per node (i.e. metrics were scraped & aggregated from each node multiple times). The 99th percentile usage was:
Full results here
/cc @dchen1107 @mwielgus @piosz @vishh @pwittrock