Customizing Endpoints

Let’s learn to customize an existing endpoint of the Spring Boot Actuator.

We'll cover the following...

The CustomizedInfoEndpoint annotation

Sometimes we may need to customize ane existing actuator endpoint to enrich the information we return. Let’s customising the /info endpoint to include ...