From 830ac35a57602ae890dc195095bf58b831854bb7 Mon Sep 17 00:00:00 2001 From: Ben Ye Date: Tue, 29 Sep 2020 09:05:38 -0400 Subject: [PATCH] fix bucket replicate file path in dashboards doc (#3248) Signed-off-by: Ben Ye --- examples/dashboards/dashboards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dashboards/dashboards.md b/examples/dashboards/dashboards.md index de2dd48423..05bc3122f9 100644 --- a/examples/dashboards/dashboards.md +++ b/examples/dashboards/dashboards.md @@ -9,7 +9,7 @@ There exists Grafana dashboards for each component (not all of them complete) ta - [Thanos Receiver](receive.json) - [Thanos Sidecar](sidecar.json) - [Thanos Ruler](rule.json) -- [Thanos Replicate](bucket_replicate.json) +- [Thanos Replicate](bucket-replicate.json) You can import them via `Import -> Paste JSON` in Grafana. These dashboards require Grafana 5 or above, importing them in older versions are known not to work.