-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
updates alerting docs post 2.0 #3164
Conversation
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.
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.
LGTM
One point though - I think the example query you gave looks for queries longer than 1s instead of 10s discussed in the description.
Codecov Report
@@ Coverage Diff @@
## master #3164 +/- ##
==========================================
- Coverage 63.34% 63.26% -0.08%
==========================================
Files 188 188
Lines 16304 16304
==========================================
- Hits 10327 10314 -13
- Misses 5036 5050 +14
+ Partials 941 940 -1
|
Nice catch @mattmendick ! |
* add store method for getting fetcher for a chunk Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * add validation in schema to have from time in increasing other, accept a single timestamp for getting chunk fetcher Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * suggested change from PR review Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * Update pkg/chunk/composite_store.go Signed-off-by: Marco Pracucci <marco@pracucci.com> Co-authored-by: Marco Pracucci <marco@pracucci.com>
No description provided.