spring-boot-actuator

Integrates Spring Boot Actuator endpoints with Micrometer metrics and OpenTelemetry tracing for observability.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/rizaldiem/digital-invitation-web_V2 --skill spring-boot-actuator-rizaldiem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spring-boot-actuator
Source: https://github.com/rizaldiem/digital-invitation-web_V2/tree/main/.windsurf/skills/spring-boot-actuator
Command: npx skills add https://github.com/rizaldiem/digital-invitation-web_V2 --skill spring-boot-actuator-rizaldiem

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Spring Boot applications often lack integrated, production-grade observability; this Skill provides structured Actuator-based monitoring and Micrometer integration to fill that gap.

Core Features & Use Cases

  • Exposes health, metrics, startup, and diagnostic endpoints via Actuator.
  • Integrates with Micrometer to export metrics to Prometheus and other backends.
  • Supports secure, auditable access and advanced diagnostics for incident response.

Quick Start

Add Actuator and Micrometer dependencies, configure endpoints, and enable an exporter to begin collecting metrics.

Frequently Asked Questions about spring-boot-actuator

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

FAQPage Schema
How do I add production-grade observability to a Spring Boot application?

Add production-grade observability to Spring Boot by integrating Actuator endpoints with Micrometer metrics and OpenTelemetry tracing to produce actionable health, performance, and reliability data across environments.

How do I export Spring Boot Actuator metrics to Prometheus?

Export Spring Boot Actuator metrics to Prometheus by integrating Micrometer and configuring a metrics exporter. This enables standardized health checks, startup diagnostics, and performance data collection for your applications.

Can I secure Spring Boot Actuator endpoints for incident response in production?

Yes, you can secure Spring Boot Actuator endpoints for production incident response by configuring endpoint exposure and security. This provides auditable access and advanced diagnostics for monitoring application reliability.

Do I need Micrometer to use Spring Boot Actuator for monitoring?

Yes, integrating Micrometer is required alongside spring-boot-starter-actuator to export metrics to backends like Prometheus and enable comprehensive observability, health checks, and startup diagnostics for your applications.

What is the best way to configure health checks and startup diagnostics in Spring Boot?

The best way to configure health checks and startup diagnostics in Spring Boot is by exposing Actuator endpoints. This provides structured, production-grade monitoring and integrates with Micrometer for actionable performance data.