{"id":54167,"library":"spring-boot-starter-actuator","title":"Spring Boot Starter Actuator","description":"Starter for using Spring Boot's Actuator to monitor and manage applications in production.","status":"active","version":"4.0.6","language":"java","source_language":null,"source_url":"https://github.com/spring-projects/spring-boot","tags":["spring","actuator","monitoring","management"],"install":[{"cmd":"<dependency>\n  <groupId>org.springframework.boot</groupId>\n  <artifactId>spring-boot-starter-actuator</artifactId>\n  <version>4.0.6</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.springframework.boot:spring-boot-starter-actuator:4.0.6'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HealthIndicator","correct":"org.springframework.boot.actuate.health.HealthIndicator"}],"quickstart":{"code":"import org.springframework.boot.actuate.health.Health;\nimport org.springframework.boot.actuate.health.HealthIndicator;\nimport org.springframework.stereotype.Component;\n\n@Component\npublic class CustomHealthIndicator implements HealthIndicator {\n    @Override\n    public Health health() {\n        return Health.up().build();\n    }\n}","lang":"java","description":"Demonstrates implementing a custom health indicator for Actuator."},"warnings":[{"fix":"Configure management.endpoints.web.exposure.include and add Spring Security.","message":"Actuator endpoints may expose sensitive information if not secured.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'actuat':4,11,20 'applic':16 'boot':2,9 'manag':15,22 'monitor':13,21 'product':18 'spring':1,8,19 'starter':3,5 'use':7","created_at":"2026-06-15T08:49:54.186468+00:00","updated_at":"2026-06-15T08:49:54.186468+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://spring.io/projects/spring-boot","github":"https://github.com/spring-projects/spring-boot","docs":"https://appdoc.app/artifact/org.springframework.boot/spring-boot-starter-actuator/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}