Reader small image

You're reading from  Hands-On Reactive Programming in Spring 5

Product typeBook
Published inOct 2018
Reading LevelIntermediate
PublisherPackt
ISBN-139781787284951
Edition1st Edition
Languages
Tools
Right arrow
Authors (2):
Oleh Dokuka
Oleh Dokuka
author image
Oleh Dokuka

Oleh Dokuka is an experienced software engineer, Pivotal Champion, and one of the top contributors to Project Reactor and Spring Framework. He knows the internals of both frameworks very well and advocates reactive programming with Project Reactor on a daily basis. Along with that, the author applies Spring Framework and Project Reactor in software development, so he knows how to build reactive systems using these technologies.
Read more about Oleh Dokuka

Igor Lozynskyi
Igor Lozynskyi
author image
Igor Lozynskyi

Igor Lozynskyi is a senior Java developer who primarily focuses on developing reliable, scalable, and blazingly fast systems. He has over seven years of experience with the Java platform. He is passionate about interesting and dynamic projects both in life and in software development.
Read more about Igor Lozynskyi

View More author details
Right arrow

Monitoring the Reactive Spring application

In general, it is possible to implement all the monitoring infrastructure for a Spring application in a custom way, but this would apparently be a pretty wasteful venture, especially when doing so repeatedly for each service in a microservice system. Hopefully, Spring Framework provides a pretty good tool set to help build a DevOps-friendly application. This tool set is called Spring Boot Actuator. With only one additional Spring Boot dependency, this brings some important capabilities. At the same time, it also gives a skeleton for the desired monitoring infrastructure.

Spring Boot Actuator

Spring Boot Actuator is a sub-project of Spring Boot that brings a lot of production...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Reactive Programming in Spring 5
Published in: Oct 2018Publisher: PacktISBN-13: 9781787284951

Authors (2)

author image
Oleh Dokuka

Oleh Dokuka is an experienced software engineer, Pivotal Champion, and one of the top contributors to Project Reactor and Spring Framework. He knows the internals of both frameworks very well and advocates reactive programming with Project Reactor on a daily basis. Along with that, the author applies Spring Framework and Project Reactor in software development, so he knows how to build reactive systems using these technologies.
Read more about Oleh Dokuka

author image
Igor Lozynskyi

Igor Lozynskyi is a senior Java developer who primarily focuses on developing reliable, scalable, and blazingly fast systems. He has over seven years of experience with the Java platform. He is passionate about interesting and dynamic projects both in life and in software development.
Read more about Igor Lozynskyi