Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 674 Bytes

CHALLENGE-ACTUATOR.md

File metadata and controls

15 lines (7 loc) · 674 Bytes

Instructions

For this challenge, expose one Spring Boot Actuator endpoint -- health -- from our demo-api application as a JMX MBean to VisualVM.

HINT: Use an application property to expose the single actuator endpoint named health.

HINT: Use Tools > Plugin Add the MBeans browser plugin to your local installation of VisualVM

image

You are succesful when you have an MBean panel display for your local running demo-api that looks like this:

image