-
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
Store: Add a few objectives for Store's data touched/fetched amount and sizes #5819
Store: Add a few objectives for Store's data touched/fetched amount and sizes #5819
Conversation
The intent is to provide some metrics that will help inform users when setting values for the flags `store.grpc.series-sample-limit` and `store.grpc.touched-series-limit`. Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
589a285
to
cbf3484
Compare
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
cbf3484
to
a4cea43
Compare
@moadz I would love to simplify and make the metric names shorter, but I don't think it's a good idea to change their names after they have been out since many releases. The reason is that people might be already relying on them for dashboards (i.e. kube-thanos uses them) and alerts. |
Co-authored-by: Moad Zardab <zardab12@hotmail.com> Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
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.
@douglascamata you're absolutely right. I misread the diff and thought you were adding them as new metrics :) Bucket changes LGTM
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
…data-touched-fetched-objectives
…data-touched-fetched-objectives
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
…data-touched-fetched-objectives
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
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.
Nice, thanks!
@@ -34,6 +34,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re | |||
### Removed | |||
|
|||
- [#5824](https://github.com/thanos-io/thanos/pull/5824) Mixin: Remove noisy `ThanosReceiveTrafficBelowThreshold` alert. | |||
- [#5819](https://github.com/thanos-io/thanos/pull/5819) Store: Add a few objectives for Store's data touched/fetched amount and sizes. They are: 50, 95, and 99 quantiles. |
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.
I guess this was accidentally put into removed section instead of added?
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.
…nd sizes (thanos-io#5819) * Add a few objectives for Store's data touched/fetched The intent is to provide some metrics that will help inform users when setting values for the flags `store.grpc.series-sample-limit` and `store.grpc.touched-series-limit`. Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> * Update CHANGELOG Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> * Update some metric's help text Co-authored-by: Moad Zardab <zardab12@hotmail.com> Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> * Remove quantiles from redundant metric Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> * Fix spelling Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> * Fix some metric help texts Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> Co-authored-by: Moad Zardab <zardab12@hotmail.com>
Signed-off-by: Douglas Camata 159076+douglascamata@users.noreply.github.com
Changes
The intent is to provide some metrics that will help inform users when setting values for the flags
store.grpc.series-sample-limit
andstore.grpc.touched-series-limit
.Verification