Endpoint
implementations.HealthAggregator
implementation to allow subclasses to focus on
aggregating the Status
instances and not deal with contextual details etc.HealthIndicator
implementations that encapsulates creation of
Health
instance and error handling.Trace
object at the current time.Health
instances into one.HealthIndicator
that returns Status.UP
.ApplicationListener
that saves application PID into file.ApplicationPidFileWriter
instance using the filename
'application.pid'.ApplicationPidFileWriter
instance with a specified filename.ApplicationPidFileWriter
instance with a specified file.ApplicationPidFileWriter
ApplicationEvent
to encapsulate AuditEvent
s.AuditApplicationEvent
that wraps a newly created
AuditEvent
.AuditApplicationEvent
that wraps a newly created
AuditEvent
.AuditApplicationEvent
that wraps a newly created
AuditEvent
.AuditApplicationEvent
that wraps the specified
AuditEvent
.Auto-configuration
for AuditEvent
s.AuditEvent
s.ApplicationListener
that listens for AuditApplicationEvent
s and stores
them in a AuditEventRepository
.Endpoint
to expose the ConditionEvaluationReport
.ConditionEvaluationReport.ConditionAndOutcome
to a JSON friendly structure.ConditionEvaluationReport
to a JSON friendly structure.Health
instance with the previously specified code and
details.MetricWriter
that send data to a Codahale MetricRegistry
based on a
naming convention:
Updates to CodahaleMetricWriter.increment(Delta)
with names in "meter.*" are treated as
Meter
events
Other deltas are treated as simple Counter
values
Inputs to CodahaleMetricWriter.set(Metric)
with names in "histogram.*" are treated as
Histogram
updates
Inputs to CodahaleMetricWriter.set(Metric)
with names in "timer.*" are treated as Timer
updates
Other metrics are treated as simple Gauge
values (single valued
measurements of type double)
CodahaleMetricWriter
instance.HealthIndicator
that returns health indications from all registered delegates.CompositeHealthIndicator
.CompositeHealthIndicator
from the specified indicators.MetricReader
.MetricWriter
that just sends its input to all of
the delegates that have been registered.Endpoint
to expose application properties from ConfigurationProperties
annotated beans.BeanSerializerModifier
to return only relevant configuration properties.ObjectMapper
to be used to serialize the
ConfigurationProperties
objects into a Map
structure.DataSource
.Auto-configuration
for embedding an extensible shell
into a Spring Boot enabled application.EndpointHandlerMapping
Endpoint
implementations that provide actuator data of
some sort.HealthIndicator
that tests the status of a DataSource
and optionally
runs a test query.DataSourceHealthIndicator
instance.DataSourceHealthIndicator
using the specified
DataSource
.DataSourceHealthIndicator
using the specified
DataSource
and validation query.PublicMetrics
implementation that provides data source usage statistics.CounterService
.DefaultCounterService
instance.GaugeService
.DefaultGaugeService
instance.HealthIndicator
that checks available disk space and reports a status of
Status.DOWN
when it drops below a configurable threshold.DiskSpaceHealthIndicator
DiskSpaceHealthIndicator
Status.DOWN
and add details for given Exception
.Status.DOWN
.Health.Builder
instance with an Status.DOWN
status an the
specified exception details.Health.Builder
instance with a Status.DOWN
status.Endpoint
to expose thread info.DumpEndpoint
instance.ApplicationListener
that saves embedded server port and management port into
file.ApplicationPidFileWriter
instance using the filename
'application.pid'.ApplicationPidFileWriter
instance with a specified filename.ApplicationPidFileWriter
instance with a specified file.Auto-configuration
for common management
Endpoint
s.EndpointHandlerMapping
instance.EndpointHandlerMapping
at configuration time.Endpoint
implementations to enable JMX export.Auto-configuration
to enable JMX export for
Endpoint
s.ApplicationListener
that registers all known Endpoint
s with an
MBeanServer
using the MBeanExporter
located from the application
context.Endpoint
s as MvcEndpoint
s.EndpointMvcAdapter
.Auto-configuration
to enable Spring MVC to handle
Endpoint
requests.EndpointWebMvcAutoConfiguration
when a new
EmbeddedServletContainer
running on a different port is required.Endpoint
to expose environment
information.EnvironmentEndpoint
instance.EnvironmentEndpoint
as an MvcEndpoint
.ConfigurationProperties
and serialize into
Map
.Trace
objects contained in the repository.Endpoint
exposed, or null
if this
MvcEndpoint
exposes information that cannot be represented as a traditional
Endpoint
.null
if the
server port
should be used.null
.null
.Health
instances.status
.status
and
details to given details
.CompositeHealthIndicator
to aggregate Health
instances into a final one.Endpoint
to expose application health.HealthIndicator
instance.HealthEndpoint
as an MvcEndpoint
.HealthMvcEndpoint
.Metric
with an incremented value.Endpoint
to expose arbitrary application information.InfoEndpoint
instance.AuditEventRepository
implementation.MetricRepository
and MultiMetricRepository
implementation that stores
metrics in memory.MetricWriter
and RichGaugeReader
.TraceRepository
.HealthIndicator
delegates and collect their health information.true
if the given request is mapped to an endpoint and to a method
that includes a Principal
argument.Auto-configuration
for embedding Jolokia, a JMX-HTTP
bridge giving an alternative to JSR-160 connectors.MvcEndpoint
to expose Jolokia.MvcEndpoint
for handling "/error" path when the management servlet is
in a child context.Auto-configuration
for security of framework endpoints.Auto-configuration
for the
ManagementServerProperties
bean.MetricWriter
that publishes the metric updates on a MessageChannel
.Metric
instance for the current time.Metric
instance.Exporter
that "exports" by copying metric data from a source
MetricReader
to a destination MetricWriter
.Metric
s.PublicMetrics
exposed from a MetricReader
.MetricReader
that reads metrics from a Codahale
MetricRegistry
.Auto-configuration
for metrics services.Endpoint
to expose a collection of PublicMetrics
.MetricsEndpoint
instance.MetricsEndpoint
instance.MetricsEndpoint
as an MvcEndpoint
.Metric
data.HealthIndicator
returning status information for
Mongo data stores.RichGaugeReader
that works by reading metric values from a
MultiMetricRepository
where the group name is the RichGauge name.Endpoint
.MvcEndpoint
beans, and a factory for a set of generic ones
wrapping existing Endpoint
instances that are not already exposed as MVC
endpoints.HealthAggregator
implementation that aggregates Health
instances and determines the final system state based on a simple ordered list.OrderedHealthAggregator
instance.Status.OUT_OF_SERVICE
.Health.Builder
instance with an Status.OUT_OF_SERVICE
status.PrefixMetricReader
.Metric
s via a MetricsEndpoint
.HealthIndicator
returning status information for the
RabbitMQ messaging system.HealthIndicator
returning status information for
Redis data stores.MetricRepository
implementation for a redis backend.MultiMetricRepository
implementation backed by a redis store.Endpoint
to expose Spring MVC mappings.RichGauge
data to a metric-based back end.RichGauge
instances.PublicMetrics
exposed from a RichGaugeReader
.RichGauge
instances.Metric
with a different value.DataSource
to use.null
if the
server port
should be used.Endpoint
to shutdown the ApplicationContext
.ShutdownEndpoint
instance.ShutdownEndpoint
.ShutdownEndpoint
as an MvcEndpoint
.HealthIndicator
for Apache Solr.statusCode
.Status
instanceHealth.Builder
instance with a specific status code.Health.Builder
instance with a specific Status
.Status
instance with the given code and an empty description.Status
instance with the given code and description.PublicMetrics
implementation that provides various system-related metrics.PublicMetrics
implementation that provides Tomcat statistics.TraceEndpoint
instance.Trace
s.Status.UNKNOWN
status.Health.Builder
instance with an Status.UNKNOWN
status.Status.UP
status.Health.Builder
instance with an Status.UP
status.SystemPublicMetrics
,
MetricReaderPublicMetrics
Filter
that logs all requests to a TraceRepository
.key
and value
.Exception
.Copyright © 2014 Pivotal Software, Inc.. All rights reserved.