-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add WithHardWraps option Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com> * Implement suggestions Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
- Loading branch information
1 parent
e6bf3dc
commit 727f02f
Showing
4 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
The `thanos rule` command evaluates Prometheus recording and alerting rules | ||
against chosen query API via repeated `--query` (or FileSD via `--query.sd`). | ||
If more than one query is passed, round robin balancing is performed. | ||
|
||
Rule results are written back to disk in the Prometheus 2.0 storage format. | ||
Rule nodes at the same time participate in the system as source store nodes, | ||
which means that they expose StoreAPI and *upload* their generated TSDB blocks | ||
to an object store. | ||
|
||
You can think of Rule as a simplified Prometheus that does not require | ||
a sidecar and does not scrape and do PromQL evaluation (no QueryAPI). |