-
Notifications
You must be signed in to change notification settings - Fork 2.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
Deduplicate metamonitoring queries #6121
Conversation
Resolves #6120 |
1 similar comment
Resolves #6120 |
@@ -31,7 +31,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re | |||
- [#6082](https://github.com/thanos-io/thanos/pull/6082) Store: Don't error when no stores are matched. | |||
- [#6098](https://github.com/thanos-io/thanos/pull/6098) Cache/Redis: upgrade `rueidis` to v0.0.93 to fix potential panic when the client-side caching is disabled. | |||
- [#6103](https://github.com/thanos-io/thanos/pull/6103) Mixins(Rule): Fix query for long rule evaluations. | |||
|
|||
- [#6121](https://github.com/thanos-io/thanos/pull/6121) Receive: Deduplicate metamonitoring queries. |
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.
Please keep an empty line to the next section.
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.
Fixed, thanks!
Signed-off-by: Andre Baptista Aguas <[email protected]> Signed-off-by: Andre Baptista Aguas <[email protected]>
Signed-off-by: Andre Baptista Aguas <[email protected]> Signed-off-by: Andre Baptista Aguas <[email protected]>
Signed-off-by: Andre Baptista Aguas <[email protected]>
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.
🙇 good catch!
Thanks for fixing! 🎉 |
* Deduplicate metamonitoring queries Signed-off-by: Andre Baptista Aguas <[email protected]> Signed-off-by: Andre Baptista Aguas <[email protected]> * Update CHANGELOG Signed-off-by: Andre Baptista Aguas <[email protected]> Signed-off-by: Andre Baptista Aguas <[email protected]> * do not remove empty line from CHANGELOG Signed-off-by: Andre Baptista Aguas <[email protected]> --------- Signed-off-by: Andre Baptista Aguas <[email protected]> Signed-off-by: Andre Baptista Aguas <[email protected]> Co-authored-by: Andre Baptista Aguas <[email protected]>
* Deduplicate metamonitoring queries Signed-off-by: Andre Baptista Aguas <[email protected]> Signed-off-by: Andre Baptista Aguas <[email protected]> * Update CHANGELOG Signed-off-by: Andre Baptista Aguas <[email protected]> Signed-off-by: Andre Baptista Aguas <[email protected]> * do not remove empty line from CHANGELOG Signed-off-by: Andre Baptista Aguas <[email protected]> --------- Signed-off-by: Andre Baptista Aguas <[email protected]> Signed-off-by: Andre Baptista Aguas <[email protected]> Co-authored-by: Andre Baptista Aguas <[email protected]>
Signed-off-by: Andre Baptista Aguas [email protected]
Changes
Add the
Deduplicate: true
option to metamonitoring queries. The default value wasfalse
Verification
Ran the binary in receive mode and confirmed that query results are deduplicated.