| Name | Description | Type | Package | Framework |
| AbstractEndpoint | Abstract base for Endpoint implementations. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| AbstractEndpointMvcAdapter | Abstract base class for MvcEndpoint implementations. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| AutoConfigurationReportEndpoint | Endpoint to expose the ConditionEvaluationReport. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| AutoConfigurationReportEndpoint .MessageAndCondition | Adapts ConditionEvaluationReport. | Class | org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint | Spring Boot |
| AutoConfigurationReportEndpoint .Report | Adapts ConditionEvaluationReport to a JSON friendly structure. | Class | org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint | Spring Boot |
| BeansEndpoint | Exposes JSON view of Spring beans. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| CachePublicMetrics | A PublicMetrics implementation that provides cache statistics. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| ConfigurationPropertiesReportEndpoint | Endpoint to expose application properties from ConfigurationPropertiesTo protect sensitive information from being exposed, certain property values are masked | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| ConfigurationPropertiesReportEndpoint .GenericSerializerModifier | BeanSerializerModifier to return only relevant configuration properties. | Class | org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint | Spring Boot |
| DataEndpointMBean | Simple wrapper around Endpoint implementations that provide actuator data ofAuthor:Christian Dupuis, Andy Wilkinson | Class | org.springframework.boot.actuate.endpoint.jmx | Spring Boot |
| DataSourcePublicMetrics | A PublicMetrics implementation that provides data source usage statistics. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| DocsMvcEndpoint | MvcEndpoint to expose actuator documentation. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| DocsMvcEndpoint .Curies | Properties of the default CurieProvider (used for adding docs links). | Class | org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint | Spring Boot |
| DumpEndpoint | Endpoint to expose thread info. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| Endpoint | An endpoint that can be used to expose useful information to operations. | Interface | org.springframework.boot.actuate.endpoint | Spring Boot |
| EndpointHandlerMapping | HandlerMapping to map Endpoints to URLs via Endpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| EndpointHandlerMappingCustomizer | Callback for customizing the EndpointHandlerMapping at configuration time. | Interface | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| EndpointMBean | Simple wrapper around Endpoint implementations to enable JMX export. | Class | org.springframework.boot.actuate.endpoint.jmx | Spring Boot |
| EndpointMBeanExporter | ApplicationListener that registers all known Endpoints with anMBeanServer using the MBeanExporter located from the application | Class | org.springframework.boot.actuate.endpoint.jmx | Spring Boot |
| EndpointMvcAdapter | Adapter class to expose Endpoints as MvcEndpoints. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| EndpointProperties | Global endpoint properties. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| EnvironmentEndpoint | Endpoint to expose environment information. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| EnvironmentMvcEndpoint | Adapter to expose EnvironmentEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| EnvironmentMvcEndpoint .NoSuchPropertyException | Exception thrown when the specified property cannot be found. | Class | org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint | Spring Boot |
| FlywayEndpoint | Endpoint to expose flyway info. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| FlywayEndpoint .FlywayMigration | Migration properties. | Class | org.springframework.boot.actuate.endpoint.FlywayEndpoint | Spring Boot |
| HalBrowserMvcEndpoint | MvcEndpoint to expose a HAL browser. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| HalBrowserMvcEndpoint .HalBrowserLocation | HAL Browser properties. | Class | org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint | Spring Boot |
| HalJsonMvcEndpoint | MvcEndpoint to expose HAL-formatted JSON. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| HealthEndpoint | Endpoint to expose application health. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| HealthMvcEndpoint | Adapter to expose HealthEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| InfoEndpoint | Endpoint to expose arbitrary application information. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| JolokiaMvcEndpoint | MvcEndpoint to expose Jolokia. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| LiquibaseEndpoint | Endpoint to expose liquibase info. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| LogFileMvcEndpoint | Controller that provides an API for logfiles, i. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| ManagementErrorEndpoint | Special MvcEndpoint for handling /error path when the management servlet isin a child context. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| ManagementServletContext | Provides information about the management servlet context for MVC controllers to use. | Interface | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| MetricReaderPublicMetrics | PublicMetrics exposed from a MetricReader. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| MetricsEndpoint | Endpoint to expose a collection of PublicMetrics. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| MetricsEndpointMetricReader | MetricReader that pulls all current values out of the MetricsEndpoint. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| MetricsMvcEndpoint | Adapter to expose MetricsEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| MetricsMvcEndpoint .NoSuchMetricException | Exception thrown when the specified metric cannot be found. | Class | org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint | Spring Boot |
| MvcEndpoint | A strategy for the MVC layer on top of an Endpoint. | Interface | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| MvcEndpoints | A registry for all MvcEndpoint beans, and a factory for a set of generic oneswrapping existing Endpoint instances that are not already exposed as MVC | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| PublicMetrics | Interface to expose specific Metrics via a MetricsEndpoint. | Interface | org.springframework.boot.actuate.endpoint | Spring Boot |
| RequestMappingEndpoint | Endpoint to expose Spring MVC mappings. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| RichGaugeReaderPublicMetrics | PublicMetrics exposed from a RichGaugeReader. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| ShutdownEndpoint | Endpoint to shutdown the ApplicationContext. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| ShutdownEndpointMBean | Special endpoint wrapper for ShutdownEndpoint. | Class | org.springframework.boot.actuate.endpoint.jmx | Spring Boot |
| ShutdownMvcEndpoint | Adapter to expose ShutdownEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| SystemPublicMetrics | A PublicMetrics implementation that provides various system-related metrics. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| TomcatPublicMetrics | A PublicMetrics implementation that provides Tomcat statistics. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
| TraceEndpoint | Endpoint to expose Trace information. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |