Docs.spring.io

Production-ready Features

WEBSpring Boot Actuator is a powerful tool that provides production-ready features for monitoring and managing your application. In this reference guide, you will learn how to …

Actived: 6 days ago

URL: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html

Health (Spring Boot 3.2.5 API)

WEBdeclaration: package: org.springframework.boot.actuate.health, class: Health

Category:  Health Go Health

Health Indicator :: Spring Cloud Stream

WEBSpring Cloud Stream provides a health indicator for binders. It is registered under the name binders and can be enabled or disabled by setting the …

Category:  Health Go Health

Endpoints :: Spring Boot

WEBID Description; heapdump. Returns a heap dump file. On a HotSpot JVM, an HPROF-format file is returned.On an OpenJ9 JVM, a PHD-format file is returned.. logfile. Returns …

Category:  Health Go Health

HealthIndicator (Spring Boot 3.2.5 API)

WEBFunctional Interface: This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference. @FunctionalInterface …

Category:  Health Go Health

ReactiveHealthIndicator (Spring Boot 3.2.5 API)

WEBInterface ReactiveHealthIndicator. This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference. Strategy …

Category:  Health Go Health

HealthEndpoint (Spring Boot 3.2.4 API)

WEBParameters: registry - the health contributor registry groups - the health endpoint groups slowIndicatorLoggingThreshold - duration after which slow health indicator logging …

Category:  Health Go Health

Spring Boot :: Spring Boot

WEBSpring Boot helps you to create stand-alone, production-grade Spring-based applications that you can run. We take an opinionated view of the Spring platform and third-party …

Category:  Health Go Health

CompositeHealthIndicator (Spring Boot Docs 2.0.9.RELEASE API)

WEBCompositeHealthIndicator. public CompositeHealthIndicator( HealthAggregator healthAggregator, Map < String, HealthIndicator > indicators) Create a new …

Category:  Health Go Health

HealthComponent (Spring Boot 3.2.5 API)

WEBA component that contributes data to results returned from the HealthEndpoint.. Since: 2.2.0 Author: Phillip Webb See Also: Health; CompositeHealth; Method Summary

Category:  Health Go Health

Health Indicator :: Spring Cloud Config

WEBYou can configure the Health Indicator to check more applications along with custom profiles and custom labels, as shown in the following example: spring: cloud: config: …

Category:  Health Go Health

HealthEndpointAutoConfiguration (Spring Boot 3.2.5 API)

WEBdeclaration: package: org.springframework.boot.actuate.autoconfigure.health, class: HealthEndpointAutoConfiguration

Category:  Health Go Health

Spring Cloud Consul

WEBTo use these features in an application, you can build it as a Spring Boot application that depends on spring-cloud-consul-core.The most convenient way to add the dependency …

Category:  Health Go Health

Spring Boot Actuator: Production-ready Features

WEBYou can choose to manage and monitor your application by using HTTP endpoints or with JMX. Auditing, health, and metrics gathering can also be automatically applied to your …

Category:  Health Go Health

Rabbit Binder Health Indicator :: Spring Cloud Stream

WEBIn the case of multi-binder environments, this has to be set on the binder’s environment properties. When the health indicator is disabled, you should see something like the …

Category:  Health Go Health

Spring Cloud Config

WEBLike all Spring Boot applications, it runs on port 8080 by default, but you can switch it to the more conventional port 8888 in various ways. The easiest, which also sets a default …

Category:  Health Go Health

DataSourceHealthIndicator (Spring Boot 3.2.5 API)

WEBSince: 2.0.0 Author: Dave Syer, Christian Dupuis, Andy Wilkinson, Stephane Nicoll, Arthur Kalimullin. Constructor Summary

Category:  Health Go Health

Spring Cloud LoadBalancer :: Spring Cloud Commons

WEBSpring Cloud provides its own client-side load-balancer abstraction and implementation. For the load-balancing mechanism, ReactiveLoadBalancer interface has been added and a …

Category:  Health Go Health