程序包 org.springframework.boot.actuate.health
Actuator health indicators.
接口概要 接口 说明 HealthAggregator Strategy interface used byCompositeHealthIndicatorto aggregateHealthinstances into a final one.HealthIndicator Strategy interface used to provide an indication of application health.类概要 类 说明 AbstractHealthAggregator BaseHealthAggregatorimplementation to allow subclasses to focus on aggregating theStatusinstances and not deal with contextual details etc.AbstractHealthIndicator BaseHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling.ApplicationHealthIndicator Default implementation ofHealthIndicatorthat returnsStatus.UP.CassandraHealthIndicator Simple implementation of aHealthIndicatorreturning status information for Cassandra data stores.CompositeHealthIndicator HealthIndicatorthat returns health indications from all registered delegates.CouchbaseHealthIndicator HealthIndicatorfor Couchbase.DataSourceHealthIndicator HealthIndicatorthat tests the status of aDataSourceand optionally runs a test query.DiskSpaceHealthIndicator AHealthIndicatorthat checks available disk space and reports a status ofStatus.DOWNwhen it drops below a configurable threshold.DiskSpaceHealthIndicatorProperties External configuration properties forDiskSpaceHealthIndicator.ElasticsearchHealthIndicator HealthIndicatorfor an Elasticsearch cluster.ElasticsearchHealthIndicatorProperties External configuration properties forElasticsearchHealthIndicator.ElasticsearchJestHealthIndicator HealthIndicatorfor Elasticsearch using aJestClient.Health Carries information about the health of a component or subsystem.Health.Builder Builder for creating immutableHealthinstances.JmsHealthIndicator HealthIndicatorfor a JMSConnectionFactory.LdapHealthIndicator HealthIndicatorfor configured LDAP server(s).MailHealthIndicator HealthIndicatorfor configured smtp server(s).MongoHealthIndicator Simple implementation of aHealthIndicatorreturning status information for Mongo data stores.OrderedHealthAggregator DefaultHealthAggregatorimplementation that aggregatesHealthinstances and determines the final system state based on a simple ordered list.RabbitHealthIndicator Simple implementation of aHealthIndicatorreturning status information for the RabbitMQ messaging system.RedisHealthIndicator Simple implementation of aHealthIndicatorreturning status information for Redis data stores.SolrHealthIndicator HealthIndicatorfor Apache Solr.Status Value object to express state of a component or subsystem.