...
/Serving Valuable App Details With /actuator/info
Serving Valuable App Details With /actuator/info
Learn how to get valuable application details such as components’ versions using /actuator/info.
We'll cover the following...
Get components’ version details
The health of our application isn’t the only maintenance data that’s needed. Valuable information to include in deployed applications includes the versions of various components we used!
Imagine getting a call at 3:00 a.m. from one of our customers about something being broken. We then spend hours combing through tickets and commit logs, only to discover we fixed that exact problem two weeks ago. It looks ...