From 6b38bac8356e83903855cd41902da41b7b8da66c Mon Sep 17 00:00:00 2001 From: Joaquin Casares Date: Wed, 17 Aug 2022 17:50:24 -0500 Subject: [PATCH] INF-201 Enable local ELK and Grafana-related Sidecars by default for remote-dev (#3710) --- service-commands/src/setup.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/service-commands/src/setup.js b/service-commands/src/setup.js index ede273c74ed..ecb61d547cc 100644 --- a/service-commands/src/setup.js +++ b/service-commands/src/setup.js @@ -778,6 +778,12 @@ const allUp = async ({ } } + // Add Centralized Logging + nodeUpCommands.push([[Service.LOGGING, SetupCommand.UP]]) + + // Spin up local exporters, as well as standalone Prometheus/Grafana + nodeUpCommands.push([[Service.MONITORING, SetupCommand.UP]]) + const start = Date.now() // Start up the docker network `audius_dev` and the Solana test validator