Spring Boot Fundamentals

Summary

Your browser needs to be JavaScript capable to view this video

Try reloading this page, or reviewing your browser settings

Autoplay:
View previous videoPrevious video

This segment summarizes the Spring Boot Actuator.

Keywords

  • actuator
  • metrics
  • spring boot
  • health
  • micrometer

About this video

Author(s)
Felipe Gutierrez
First online
22 May 2021
DOI
https://doi.org/10.1007/978-1-4842-7066-0_28
Online ISBN
978-1-4842-7066-0
Publisher
Apress
Copyright information
© Felipe Gutierrez 2021

Related content

Video Transcript

Hello, welcome back. Let’s start with the summary. So Actuator is going to expose built-in endpoints. It’s going to allow you to create custom endpoints as well. Remember, we have several annotations, like ReadOperation @WriteOperation and selectors. Also, you can use Actuator with Micrometer.

And, remember, we have built-in health indicators already. We’re ready then with that. And then it’s going to allow you also to customize and create your own health indicators. So you can see your cover non-production ready features.