spring-boot-actuator

Configure Spring Boot Actuator endpoints with security and Micrometer exporters.

3|Updated Oct 6, 2025
One-click install
npx skills add https://github.com/lgzarturo/springboot-course --skill spring-boot-actuator-lgzarturo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spring-boot-actuator
Source: https://github.com/lgzarturo/springboot-course/tree/main/.agents/skills/spring-boot-actuator
Command: npx skills add https://github.com/lgzarturo/springboot-course --skill spring-boot-actuator-lgzarturo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Accelerate production readiness by providing ready-to-use patterns for Spring Boot Actuator, enabling robust observability, health checks, and secure endpoints out of the box.

Core Features & Use Cases

  • Expose and secure Actuator endpoints (health, info, metrics) for production-grade monitoring.
  • Integrate with Micrometer to export metrics to Prometheus, Graphite, and more.
  • Provide ready-made health probes, startup diagnostics, and endpoint security patterns for compliant deployments.
  • Use cases include verifying service health in orchestrated environments, auditing actuator access, and validating metrics dashboards in CI/CD.

Quick Start

Add the spring-boot-starter-actuator to your project, enable the desired endpoints, and configure security for production deployments.

Frequently Asked Questions about spring-boot-actuator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I secure Spring Boot Actuator endpoints for production deployments?

Secure Spring Boot Actuator endpoints by applying EndpointRequest-based security rules to restrict management access. Configure endpoint exposure control to limit which health, info, and metrics endpoints are publicly available, enforcing authentication and authorization for production-grade monitoring.

What is the best way to export Spring Boot metrics to Prometheus?

Export Spring Boot metrics to Prometheus by integrating Micrometer exporters within your Actuator configuration. Add the spring-boot-starter-actuator dependency, enable the metrics endpoint, and configure Micrometer tracing to expose Prometheus-compatible scraping endpoints for backend visualization.

How do I configure Spring Boot health checks for orchestrated environments?

Configure Spring Boot health checks by enabling the Actuator health endpoint and providing ready-made health probes. Expose startup diagnostics and health indicators to verify service availability in orchestrated environments like Kubernetes for compliant deployments.

Can I use Micrometer tracing with Spring Boot Actuator to monitor application startup?

Yes, you can use Micrometer tracing with Spring Boot Actuator to monitor startup. Integrate Micrometer to expose startup endpoints and diagnostics, capturing startup metrics and traces to validate application initialization phases in CI/CD pipelines.

Which Actuator endpoints should I expose for production-grade observability?

Expose Actuator endpoints selectively for production-grade observability by enabling health, info, and metrics while restricting others. Enforce endpoint exposure control to limit management surface area, auditing access to ensure compliant and secure deployments.

Does Spring Boot Actuator support metrics integration with backends other than Prometheus?

Yes, Spring Boot Actuator supports metrics integration with backends other than Prometheus by configuring Micrometer exporters. Integrate with monitoring systems like Graphite to export application metrics, enabling robust observability across various compatible backends.