-
Notifications
You must be signed in to change notification settings - Fork 10
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
Introduce k8s style millicore CPU data #1143
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
This was referenced Dec 11, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. |
blt
force-pushed
the
blt/remove_procfs_cpu_percentage
branch
2 times, most recently
from
December 11, 2024 21:01
0caea85
to
01a08bb
Compare
blt
force-pushed
the
blt/introduce_k8s_style_millicore_cpu_data
branch
from
December 11, 2024 21:01
6639994
to
ef8eef5
Compare
blt
changed the base branch from
blt/remove_procfs_cpu_percentage
to
graphite-base/1143
December 11, 2024 21:32
blt
force-pushed
the
graphite-base/1143
branch
from
December 11, 2024 21:33
01a08bb
to
e69491a
Compare
blt
force-pushed
the
blt/introduce_k8s_style_millicore_cpu_data
branch
from
December 11, 2024 21:33
ef8eef5
to
db5c9f4
Compare
blt
force-pushed
the
blt/introduce_k8s_style_millicore_cpu_data
branch
from
December 11, 2024 21:33
db5c9f4
to
8072174
Compare
GeorgeHahn
approved these changes
Dec 12, 2024
This commit introduces a millicore calculation of consumption and limits into the cpu Linux observer. All data is sourced from cgroups. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
blt
force-pushed
the
blt/introduce_k8s_style_millicore_cpu_data
branch
from
December 12, 2024 02:48
8072174
to
04ee833
Compare
Merge activity
|
This was referenced Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
This commit introduces a millicore calculation of consumption and
limits into the cpu Linux observer. All data is sourced from cgroups.
Related Issues
REF SMPTNG-109