Skip to content

Commit

Permalink
INF-201 Enable local ELK and Grafana-related Sidecars by default for …
Browse files Browse the repository at this point in the history
…remote-dev (#3710)
  • Loading branch information
joaquincasares authored Aug 17, 2022
1 parent c870855 commit 6b38bac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions service-commands/src/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b38bac

Please sign in to comment.