This example uses the TICK stack for monitoring and alerts.
This sample project is based on the post Spring boot metrics with tick stack.
This is a simple project using docker swarm mode.
- Download the project and go into the spring-tick folder:
wget https://github.com/guedim/spring-projects.git/
cd spring-projects\spring-tick
- Start TICK stack and the spring-boot project :
docker-componse up
- Go to Chronograf portal (http://host:8888), for example:
http://192.168.99.100:8888/
- Metrics for host
- Metrics for JVM
- Metrics for spring project:
- How to send metrics to other repositories
- How to create all dashboards automatically
- https://micrometer.io/docs
- https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#production-ready
- https://aboullaite.me/spring-boot-metrics-monitoring-using-tick-stack/
MIT