Skip to content

Latest commit

 

History

History

spring-tick

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spring - tick

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.

Table of contents

  1. Configuration
    1. Dowload project
    2. Create the services
    3. Chronograf Portal
    4. Take a look and fun
  2. Todos
  3. Links
  4. License

Configuration

  1. Download the project and go into the spring-tick folder:
wget https://github.com/guedim/spring-projects.git/
cd spring-projects\spring-tick
  1. Start TICK stack and the spring-boot project :
docker-componse up
  1. Go to Chronograf portal (http://host:8888), for example:
http://192.168.99.100:8888/

Chronograf

  1. Finally, you create custom dashboards and alerts:
  • Metrics for host
  • Metrics for JVM
  • Metrics for spring project:

end

Todos

  • How to send metrics to other repositories
  • How to create all dashboards automatically

Links

License


MIT