mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
Storage: Create a code block for example command.
The current doc is broken: https://prometheus.io/docs/prometheus/2.27/storage/ Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
b1c179be85
commit
2c9875d0e7
|
@ -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