From 61487e8a7d654fd036606887a7c30f358fb1e2dc Mon Sep 17 00:00:00 2001 From: Nicolas DUPEUX Date: Mon, 5 Dec 2022 20:58:07 +0100 Subject: [PATCH] Align documentation with code (#3648) Defaults values for output file are set here : https://github.com/grafana/mimir/blob/main/pkg/mimirtool/commands/analyse.go#L93 https://github.com/grafana/mimir/blob/main/pkg/mimirtool/commands/analyse.go#L102 --- docs/sources/mimir/operators-guide/tools/mimirtool.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/mimir/operators-guide/tools/mimirtool.md b/docs/sources/mimir/operators-guide/tools/mimirtool.md index 2f4fae9f15a..4a849acf160 100644 --- a/docs/sources/mimir/operators-guide/tools/mimirtool.md +++ b/docs/sources/mimir/operators-guide/tools/mimirtool.md @@ -557,7 +557,7 @@ mimirtool analyze dashboard ... | Environment variable | Flag | Description | | -------------------- | ---------- | ------------------------------------------------------------------------- | -| - | `--output` | Sets the output file path, which by default is `prometheus-metrics.json`. | +| - | `--output` | Sets the output file path, which by default is `metrics-in-grafana.json`. | #### Rule-file @@ -570,9 +570,9 @@ mimirtool analyze rule-file ##### Configuration -| Environment variable | Flag | Description | -| -------------------- | ---------- | ------------------------------------------------------------------------- | -| - | `--output` | Sets the output file path, which by default is `prometheus-metrics.json`. | +| Environment variable | Flag | Description | +| -------------------- | ---------- | ----------------------------------------------------------------------- | +| - | `--output` | Sets the output file path, which by default is `metrics-in-ruler.json`. | #### Prometheus