maciejgz / blog

POC of Spring Cloud based microservices application with DDD and hexagonal architecture
1 stars 0 forks source link

Monitoring with Micrometer #39

Closed maciejgz closed 2 years ago

maciejgz commented 2 years ago

Prometheus - system monitoring: memory, CPU, disc space. Contains of server and agents monitoring 'targets'. Micrometer - facade exporter rquired to push metrics to the prometheus server from Spring Boot app. Grafa - presentation layer

maciejgz commented 2 years ago

Solved on saga branch. Monitoring not implemented in k8s profile