From 3abb217d3028937a4f50c506b7a16137dec9d4c6 Mon Sep 17 00:00:00 2001 From: Dmitrii Stepanov Date: Mon, 31 Jul 2023 12:06:15 +0300 Subject: [PATCH] [#38] grafana: Change start order Start grafana right after prometheus. Signed-off-by: Dmitrii Stepanov --- .bootstrap_services | 1 + .services | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.bootstrap_services b/.bootstrap_services index 02237d1..a56729d 100644 --- a/.bootstrap_services +++ b/.bootstrap_services @@ -4,3 +4,4 @@ basenet morph_chain jaeger prometheus +grafana diff --git a/.services b/.services index 768e4e6..d9f34c7 100644 --- a/.services +++ b/.services @@ -3,4 +3,3 @@ http_gate s3_gate rest_gate -grafana