-
Notifications
You must be signed in to change notification settings - Fork 807
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
Chore: Update Thanos #6189
Chore: Update Thanos #6189
Conversation
Is the data race relevant to this change? Looks a bit concerning |
6f20452
to
15808c3
Compare
e70c9c5
to
f5e8961
Compare
@yeya24 - The data race seems to have gone away in the latest change. |
pkg/ruler/user2/namespace
Outdated
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.
Those files are used for testing only and should be excluded.
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.
Removed the files from this PR.
Fixing this permanently: #6193
"cortex_compactor_block_cleanup_started_total", | ||
"cortex_compactor_block_cleanup_completed_total", | ||
"cortex_compactor_block_cleanup_failed_total", |
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.
Why those metrics are removed?
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.
This metric names list is only used for choosing which metric names to compare. Previously, testutil.GatherAndCompare()
was very lenient. If a metric name was not present in the list, it'll ignore it. But now, it'll fail with expected metric name(s) not found
.
Signed-off-by: 🌲 Harry 🌊 John 🏔 <johrry@amazon.com>
f5e8961
to
75d13b3
Compare
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.
Thanks!
What this PR does:
09db52562de0984d097554387274a654db19ce83
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]