mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #8952 from roidelapluie/fixstorage
Storage: Create a code block for example command.
This commit is contained in:
commit
9e88c3bb4d
|
@ -168,6 +168,7 @@ When a new recording rule is created, there is no historical data for it. Record
|
|||
To see all options, use: `$ promtool tsdb create-blocks-from rules --help`.
|
||||
|
||||
Example usage:
|
||||
|
||||
```
|
||||
$ promtool tsdb create-blocks-from rules \
|
||||
--start 1617079873 \
|
||||
|
|
Loading…
Reference in a new issue