Fix typo in storage.md

mulitple -> multiple

Signed-off-by: Ikko Ashimine <eltociear@gmail.com>
This commit is contained in:
Ikko Ashimine 2021-05-20 20:32:03 +09:00
parent 58a6c7d699
commit 446e5cc160
1 changed files with 1 additions and 1 deletions

View File

@ -186,4 +186,4 @@ The output of `promtool tsdb create-blocks-from rules` command is a directory th
- All rules in the recording rule files will be evaluated.
- If the `interval` is set in the recording rule file that will take priority over the `eval-interval` flag in the rule backfill command.
- Alerts are currently ignored if they are in the recording rule file.
- Rules in the same group cannot see the results of previous rules. Meaning that rules that refer to other rules being backfilled is not supported. A workaround is to backfill mulitple times and create the dependent data first (and move dependent data to the Prometheus server data dir so that it is accessible from the Prometheus API).
- Rules in the same group cannot see the results of previous rules. Meaning that rules that refer to other rules being backfilled is not supported. A workaround is to backfill multiple times and create the dependent data first (and move dependent data to the Prometheus server data dir so that it is accessible from the Prometheus API).