Software Monitoring with Prometheus
This page contains the slides and demos from the presentation on Software Monitoring with Prometheus given at Jax2017 in Mainz, Germany. As I'm always appreciating feedback please tweet to @goettl<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<iframe src="// Slideswww.slideshare.net/slideshow/embed_code/key/f1XmqmirhcMFVu" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
Slides Source, Happy DevOps!
Demo Setup Instructions
# Setup environment
git clone https://github.com/goettl79/pres17-jaxcon-monitoring-with-prometheus.git
cd pres17-jaxcon-monitoring-with-prometheus/demo-prom-monitoring-gitblit
ansible-playbook playbook-local-host-setup.yml #adds necessary host entries to your /etc/hosts file
docker-compose up
# Start Browser on Services
google-chrome prometheus.jax.de & \
google-chrome grafana.jax.de/dashboard/db/http-latency-monitoring & \
google-chrome gitblit.jax.de &
# Start Integration / Performance Tests
mvn install test -f ../demo-synthetic-monitoring-demo/pom.xml