rustyrazorblade / easy-cass-lab

Create Apache Cassandra lab environments in AWS
https://rustyrazorblade.com/
Other
11 stars 7 forks source link

start command should start local prometheus and grafana images #120

Open rustyrazorblade opened 5 months ago

rustyrazorblade commented 5 months ago

Since scraping is OK for high latency, we can run prometheus and grafana locally. the nice part here is we can mount the DBs locally and then we have all the metrics in case I want to go back and review something.

This depends on #119