Spring Boot Actuator and Monitoring

Assess your knowledge of health checks,metrics,and actuator endpoints.

1. Which Actuator endpoint is enabled by default in Spring Boot 2.x?
2. Which dependencies are required to use Spring Boot Actuator with basic security?
3. The /metrics endpoint is exposed by default in Spring Boot Actuator without additional configuration.
4. What is the default management context path for Spring Boot Actuator endpoints (include the leading slash)?
5. Which property is used to include all Actuator endpoints for exposure over HTTP?
6. Which Actuator endpoints provide metrics-related information?
7. The /shutdown endpoint is enabled by default in Spring Boot Actuator.
8. Name the Actuator endpoint that displays application information configured via info.* properties (without the leading slash).
9. Which interface should be implemented to create a custom health indicator in Spring Boot Actuator?
10. Which of the following properties can be used to configure Actuator endpoints?
Answered 0 of 0 — 0 correct