Skip to content

andbin.dev

My technical blog on software development

  • Home
  • About
  • Contact
  • Resources
andbin.dev
My technical blog on software development

Spring Boot Actuator

Actuator is a software module you can add to any Spring Boot project to expose many features for monitoring and managing the application.

Java / Spring Boot

Spring Boot: custom “info” contributors for Actuator

Byandbin May 1, 2023May 21, 2023

In the previous article Spring Boot: configuring the Actuator “info” endpoint, I explained some fundamental concepts about configuring and using the “info” endpoint provided by Spring Boot Actuator. In this article, it’s time to see how to implement custom info contributors.

Read More Spring Boot: custom “info” contributors for Actuator

Java / Spring Boot

Spring Boot: configuring the Actuator “info” endpoint

Byandbin March 5, 2023May 24, 2023

Actuator is a software module you can add to any Spring Boot project to expose many features for monitoring and managing the application. This article describes how to use and configure one of the essential features of Actuator, the “info” endpoint.

Read More Spring Boot: configuring the Actuator “info” endpoint

Recent Posts

  • Overview of all Java versions
  • Two cases of wrong inheritance usage
  • Dumping the Spring Environment in Spring Boot
  • A hypothetical mapStream for the Java Stream API
  • Iterating two collections simultaneously

Archives

  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • October 2022
  • September 2022
  • August 2022
  • July 2022

Categories

  • General
  • Java
  • Java / Spring Boot

Except where otherwise noted, all content on this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Creative Commons Attribution-ShareAlike Logo

Privacy/Cookie Policy

© 2023 andbin.dev - WordPress Theme by Kadence WP

Scroll to top
  • Home
  • About
  • Contact
  • Resources