-
Notifications
You must be signed in to change notification settings - Fork 5.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
[kube-prometheus-stack] feature(kubelet): Add trackTimestampsStaleness #5050
Merged
QuentinBisson
merged 3 commits into
prometheus-community:main
from
Breee:feature/stale_timestamps
Dec 12, 2024
Merged
[kube-prometheus-stack] feature(kubelet): Add trackTimestampsStaleness #5050
QuentinBisson
merged 3 commits into
prometheus-community:main
from
Breee:feature/stale_timestamps
Dec 12, 2024
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
Signed-off-by: Breee <[email protected]>
Breee
requested review from
andrewgkew,
gianrubio,
gkarthiks,
GMartinez-Sisti,
jkroepke,
QuentinBisson,
scottrigby and
Xtigyro
as code owners
December 12, 2024 08:50
QuentinBisson
previously approved these changes
Dec 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Quentin Bisson <[email protected]>
Signed-off-by: Quentin Bisson <[email protected]>
QuentinBisson
approved these changes
Dec 12, 2024
Sorry, but this needed a lot more work in order to be a complete change.
@QuentinBisson Please take more thought and care to reviewing these kinds of changes. |
Let's fix it then, i'm sorry that i missed the required changes. I also
forgot to Mark the PR as draft because I wanted to wait for your Feedback
…On Sat, Dec 14, 2024, 09:56 Ben Kochie ***@***.***> wrote:
Sorry, but this needed a lot more work in order to be a complete change.
- The scrape interval needs to be adjusted to 10s in order to handle
the inconsistent internal intervals of cAdvisor.
- This was only supposed to be applied to one endpoint, the cAdvisor
metrics. Not all kubelet metrics endpoints.
@QuentinBisson <https://github.com/QuentinBisson> Please take more
thought and care to reviewing these kinds of changes.
—
Reply to this email directly, view it on GitHub
<#5050 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3JPMIXYFMAOFNAXNF7CV32FPXDBAVCNFSM6AAAAABTPIOKZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBTGAYDSNJTGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@QuentinBisson would you be so Kind and revert the PR, so we can get it
right?
we still should bump the Version then for people that use automatic
dependency Updates. Sorry for the trouble.
…On Sat, Dec 14, 2024, 10:21 Julian Loeffler ***@***.***> wrote:
Let's fix it then, i'm sorry that i missed the required changes. I also
forgot to Mark the PR as draft because I wanted to wait for your Feedback
On Sat, Dec 14, 2024, 09:56 Ben Kochie ***@***.***> wrote:
> Sorry, but this needed a lot more work in order to be a complete change.
>
> - The scrape interval needs to be adjusted to 10s in order to handle
> the inconsistent internal intervals of cAdvisor.
> - This was only supposed to be applied to one endpoint, the cAdvisor
> metrics. Not all kubelet metrics endpoints.
>
> @QuentinBisson <https://github.com/QuentinBisson> Please take more
> thought and care to reviewing these kinds of changes.
>
> —
> Reply to this email directly, view it on GitHub
> <#5050 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AC3JPMIXYFMAOFNAXNF7CV32FPXDBAVCNFSM6AAAAABTPIOKZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBTGAYDSNJTGQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
I think a bugfix PR would also be fine. |
This was referenced Dec 15, 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 this PR does / why we need it
This PR enables
trackTimestampsStaleness
for the cadvisor path to avoid stale Metrics provided by the cadvisor.Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer
@SuperQ suggested this and might want to add comments.
slack conversation: https://cloud-native.slack.com/archives/C167KFM6C/p1733917170837469
Checklist
[prometheus-couchdb-exporter]
)