From 2c9875d0e7641395c29750288795de18f31e3b1d Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Thu, 17 Jun 2021 12:20:53 +0200 Subject: [PATCH] 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 --- docs/storage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/storage.md b/docs/storage.md index 6950487b8..c4907959d 100644 --- a/docs/storage.md +++ b/docs/storage.md @@ -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 \