Commit Graph

205 Commits

Author SHA1 Message Date
Gerhard Lazu 789f6c041e Preconfigure Grafana on boot
After running `docker-compose up`, open Grafana via
http://localhost:3000 and login with user admin & password admin. After
logging in, you will see a RabbitMQ Overview dashboard pre-loaded (/・0・)

Thanks @cirocosta! https://github.com/cirocosta/sample-grafana

cc @MarcialRosales

[finishes #164374321]
2019-04-16 15:48:44 +01:00
Gerhard Lazu 5329f9f836 Increse PerfTest publish rate to 10 msg/s per publisher
Wanted to put a bit more load on the RabbitMQ nodes
2019-04-16 15:48:44 +01:00
Gerhard Lazu 0a9a085e91 Make PerfTest wait longer for RabbitMQ nodes to start
If all 3 RabbitMQ nodes take 15s to start, PerfTest container will crash
and not be auto-restarted.
2019-04-16 15:48:43 +01:00
Gerhard Lazu e8e224cc57 Expose management & prometheus ports for all RabbitMQ nodes
* rabbitmq1 - http://localhost:15672 & http://localhost:15692/metrics
* rabbitmq2 - http://localhost:25672 & http://localhost:25692/metrics
* rabbitmq3 - http://localhost:35672 & http://localhost:35692/metrics

[#164374321]
2019-04-16 15:48:43 +01:00
Gerhard Lazu d61c58d0d6 Capture a 3-node RabbitMQ & Prometheus + Grafana stack
cd docker && docker-compose up

[#164374321]
2019-04-15 19:18:45 +01:00