Skip to content

Monitoring

Alex edited this page Jan 16, 2023 · 1 revision

For monitoring, all of the microservices - Grafana is being used. It allows to check the status of application responses, crashes, throughput, etc. as well as a health check of the machine application works on.

Gem for gathering all information from the microservices:

prometheus-client ~> 2.1.0

Examples of charts you can easily configure in Grafana:

  • Response time and Requests rate of Auth microservice

auth monitoring diagram

  • Disk I/O status

disc i/o status monitoring

Clone this wiki locally