All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary | Class | Description |
|---|
| AbstractAuditListener | |
|---|
| AbstractAuthenticationAuditListener | Abstract ApplicationListener to expose Spring Security authentication events as AuditEvents. |
|---|
| AbstractAuthorizationAuditListener | Abstract ApplicationListener to expose Spring Security authorization events as AuditEvents. |
|---|
| AbstractEndpoint<T> | Abstract base for Endpoint implementations. |
|---|
| AbstractEndpointHandlerMapping<E extends MvcEndpoint> | |
|---|
| AbstractEndpointMvcAdapter<E extends Endpoint<?>> | |
|---|
| AbstractHealthAggregator | Base HealthAggregator implementation to allow subclasses to focus on aggregating the Status instances and not deal with contextual details etc. |
|---|
| AbstractHealthIndicator | |
|---|
| AbstractJmxCacheStatisticsProvider<C extends org.springframework.cache.Cache> | |
|---|
| AbstractJmxEndpoint | |
|---|
| AbstractMetricExporter | Base class for metric exporters that have common features, principally a prefix for exported metrics and filtering by timestamp (so only new values are included in the export). |
|---|
| AbstractMvcEndpoint | |
|---|
| AbstractNamedMvcEndpoint | |
|---|
| ActuatorMediaTypes | MediaTypes that can be consumed and produced by Actuator endpoints.
|
|---|
| ActuatorMetricWriter | Qualifier annotation for a metric repository that is used by the actuator (to distinguish it from others that might be installed by the user). |
|---|
| AggregateMetricReader | A metric reader that aggregates values from a source reader, normally one that has been collecting data from many sources in the same form (like a scaled-out application). |
|---|
| ApplicationHealthIndicator | |
|---|
| AuditApplicationEvent | Spring ApplicationEvent to encapsulate AuditEvents. |
|---|
| AuditAutoConfiguration | |
|---|
| AuditAutoConfiguration.AuditEventRepositoryConfiguration | |
|---|
| AuditEvent | A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type. |
|---|
| AuditEventRepository | |
|---|
| AuditEventsJmxEndpoint | |
|---|
| AuditEventsMvcEndpoint | |
|---|
| AuditListener | |
|---|
| AuthenticationAuditListener | |
|---|
| AuthorizationAuditListener | |
|---|
| AutoConfigurationReportEndpoint | Endpoint to expose the ConditionEvaluationReport. |
|---|
| AutoConfigurationReportEndpoint.MessageAndCondition | Adapts ConditionEvaluationReport.ConditionAndOutcome to a JSON friendly structure. |
|---|
| AutoConfigurationReportEndpoint.MessageAndConditions | Adapts ConditionEvaluationReport.ConditionAndOutcomes to a JSON friendly structure. |
|---|
| AutoConfigurationReportEndpoint.Report | Adapts ConditionEvaluationReport to a JSON friendly structure. |
|---|
| BeansEndpoint | Exposes JSON view of Spring beans. |
|---|
| BufferCounterService | |
|---|
| BufferGaugeService | |
|---|
| BufferMetricReader | |
|---|
| BuildInfoContributor | |
|---|
| CachePublicMetrics | |
|---|
| CacheStatistics | Snapshot of the statistics of a given cache. |
|---|
| CacheStatisticsAutoConfiguration | |
|---|
| CacheStatisticsProvider<C extends org.springframework.cache.Cache> | |
|---|
| CaffeineCacheStatisticsProvider | |
|---|
| CassandraHealthIndicator | Simple implementation of a HealthIndicator returning status information for Cassandra data stores. |
|---|
| CloudFoundryActuatorAutoConfiguration | Auto-configuration to expose actuator endpoints for cloud foundry to use.
|
|---|
| CompositeHealthIndicator | HealthIndicator that returns health indications from all registered delegates. |
|---|
| CompositeHealthIndicatorConfiguration<H extends HealthIndicator,S> | |
|---|
| CompositeMetricReader | |
|---|
| CompositeMetricWriter | Composite implementation of MetricWriter that just sends its input to all of the delegates that have been registered. |
|---|
| ConcurrentMapCacheStatisticsProvider | |
|---|
| ConditionalOnEnabledEndpoint | Conditional that checks whether or not an endpoint is enabled.
|
|---|
| ConditionalOnEnabledHealthIndicator | Conditional that checks whether or not a default health indicator is enabled.
|
|---|
| ConditionalOnEnabledInfoContributor | Conditional that checks whether or not a default info contributor is enabled.
|
|---|
| ConfigurationPropertiesReportEndpoint | Endpoint to expose application properties from ConfigurationProperties annotated beans. |
|---|
| ConfigurationPropertiesReportEndpoint.GenericSerializerModifier | BeanSerializerModifier to return only relevant configuration properties.
|
|---|
| CouchbaseHealthIndicator | |
|---|
| CounterBuffer | Mutable buffer containing a long adder (Java 8) and a timestamp. |
|---|
| CounterBuffers | |
|---|
| CounterService | A service that can be used to increment, decrement and reset a named counter value. |
|---|
| CounterWriter | Simple writer for counters (metrics that increment). |
|---|
| CrshAutoConfiguration | Deprecated. |
|---|
| CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration | Deprecated. |
|---|
| CrshAutoConfiguration.CrshBootstrapBean | Spring Bean used to bootstrap the CRaSH shell. |
|---|
| DataEndpointMBean | Simple wrapper around Endpoint implementations that provide actuator data of some sort. |
|---|
| DataSourceHealthIndicator | |
|---|
| DataSourcePublicMetrics | A PublicMetrics implementation that provides data source usage statistics. |
|---|
| DefaultCacheStatistics | |
|---|
| DefaultCounterService | |
|---|
| DefaultGaugeService | |
|---|
| DefaultMetricNamingStrategy | MBean naming strategy for metric keys. |
|---|
| DefaultOpenTsdbNamingStrategy | A naming strategy that just passes through the metric name, together with tags from a set of static values. |
|---|
| Delta<T extends Number> | A value object representing an increment in a metric value (usually a counter). |
|---|
| DiskSpaceHealthIndicator | A HealthIndicator that checks available disk space and reports a status of Status.DOWN when it drops below a configurable threshold. |
|---|
| DiskSpaceHealthIndicatorProperties | |
|---|
| DocsMvcEndpoint | |
|---|
| DocsMvcEndpoint.Curies | Properties of the default CurieProvider (used for adding docs links). |
|---|
| DropwizardMetricServices | |
|---|
| DumpEndpoint | |
|---|
| EhCacheStatisticsProvider | |
|---|
| ElasticsearchHealthIndicator | |
|---|
| ElasticsearchHealthIndicatorProperties | |
|---|
| ElasticsearchJestHealthIndicator | |
|---|
| Endpoint<T> | An endpoint that can be used to expose useful information to operations. |
|---|
| EndpointAutoConfiguration | Auto-configuration for common management Endpoints. |
|---|
| EndpointAutoConfiguration.RequestMappingEndpointConfiguration | |
|---|
| EndpointCorsProperties | Configuration properties for MVC endpoints' CORS support. |
|---|
| EndpointHandlerMapping | |
|---|
| EndpointHandlerMappingCustomizer | |
|---|
| EndpointMBean | |
|---|
| EndpointMBeanExportAutoConfiguration | Auto-configuration to enable JMX export for Endpoints. |
|---|
| EndpointMBeanExporter | SmartLifecycle bean that registers all known Endpoints with an MBeanServer using the MBeanExporter located from the application context. |
|---|
| EndpointMBeanExportProperties | Configuration properties for JMX. |
|---|
| EndpointMvcAdapter | |
|---|
| EndpointProperties | Global endpoint properties. |
|---|
| EndpointWebMvcAutoConfiguration | Auto-configuration to enable Spring MVC to handle Endpoint requests. |
|---|
| EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration | |
|---|
| EndpointWebMvcAutoConfiguration.EndpointWebMvcConfiguration | |
|---|
| EndpointWebMvcAutoConfiguration.ManagementServerPort | |
|---|
| EndpointWebMvcChildContextConfiguration | |
|---|
| EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration | |
|---|
| EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration | |
|---|
| EndpointWebMvcHypermediaManagementContextConfiguration | Configuration for hypermedia in HTTP endpoints. |
|---|
| EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice | Controller advice that adds links to the actuator endpoint's path. |
|---|
| EndpointWebMvcManagementContextConfiguration | Configuration to expose Endpoint instances over Spring MVC. |
|---|
| EnvironmentEndpoint | Endpoint to expose environment information. |
|---|
| EnvironmentInfoContributor | An InfoContributor that provides all environment entries prefixed with info. |
|---|
| EnvironmentMvcEndpoint | |
|---|
| EnvironmentMvcEndpoint.NoSuchPropertyException | Exception thrown when the specified property cannot be found. |
|---|
| Exporter | Generic interface for metric exports. |
|---|
| ExportMetricReader | Qualifier annotation for a metric reader that can be exported (to distinguish it from others that might be installed by the user for other purposes). |
|---|
| ExportMetricWriter | Qualifier annotation for a metric repository that is to be used to export metrics from the ExportMetricReader readers. |
|---|
| FlywayEndpoint | |
|---|
| FlywayEndpoint.FlywayMigration | Migration properties. |
|---|
| FlywayEndpoint.FlywayReport | Flyway report for one datasource. |
|---|
| GaugeBuffer | Mutable buffer containing a double value and a timestamp. |
|---|
| GaugeBuffers | Fast writes to in-memory metrics store using GaugeBuffer. |
|---|
| GaugeService | A service that can be used to submit a named double value for storage and analysis. |
|---|
| GaugeWriter | Writer for gauge values (simple metric with a number value). |
|---|
| GitInfoContributor | |
|---|
| GuavaCacheStatisticsProvider | Deprecated. |
|---|
| HalBrowserMvcEndpoint | |
|---|
| HalBrowserMvcEndpoint.HalBrowserLocation | HAL Browser properties. |
|---|
| HalJsonMvcEndpoint | |
|---|
| HazelcastCacheStatisticsProvider | |
|---|
| Health | Carries information about the health of a component or subsystem. |
|---|
| Health.Builder | Builder for creating immutable Health instances. |
|---|
| HealthAggregator | |
|---|
| HealthEndpoint | |
|---|
| HealthIndicator | Strategy interface used to provide an indication of application health. |
|---|
| HealthIndicatorAutoConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.JmsHealthIndicatorConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.LdapHealthIndicatorConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.MailHealthIndicatorConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration | |
|---|
| HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration | |
|---|
| HealthIndicatorProperties | Configuration properties for some health properties. |
|---|
| HealthMvcEndpoint | |
|---|
| HealthMvcEndpointProperties | |
|---|
| HeapdumpMvcEndpoint | |
|---|
| HeapdumpMvcEndpoint.HeapDumper | Strategy interface used to dump the heap to a file. |
|---|
| HeapdumpMvcEndpoint.HeapDumperUnavailableException | |
|---|
| HeapdumpMvcEndpoint.HotSpotDiagnosticMXBeanHeapDumper | |
|---|
| HypermediaDisabled | Annotation to indicate that an MvcEndpoint class or RequestMapping method shouldn't generate a hypermedia response. |
|---|
| InfinispanCacheStatisticsProvider | |
|---|
| Info | Carries information of the application. |
|---|
| Info.Builder | Builder for creating immutable Info instances. |
|---|
| InfoContributor | Contributes additional info details. |
|---|
| InfoContributorAutoConfiguration | |
|---|
| InfoContributorProperties | Configuration properties for core info contributors. |
|---|
| InfoContributorProperties.Git | |
|---|
| InfoEndpoint | Endpoint to expose arbitrary application information. |
|---|
| InfoPropertiesInfoContributor<T extends org.springframework.boot.info.InfoProperties> | |
|---|
| InfoPropertiesInfoContributor.Mode | Defines how properties should be exposed. |
|---|
| InMemoryAuditEventRepository | |
|---|
| InMemoryMetricRepository | |
|---|
| InMemoryMultiMetricRepository | |
|---|
| InMemoryRichGaugeRepository | |
|---|
| InMemoryTraceRepository | |
|---|
| JCacheCacheStatisticsProvider | |
|---|
| JmsHealthIndicator | |
|---|
| JmxEndpoint | A strategy for the JMX layer on top of an Endpoint. |
|---|
| JmxMetricWriter | |
|---|
| JmxMetricWriter.MetricValue | A single metric value. |
|---|
| JolokiaAutoConfiguration | Auto-configuration for embedding Jolokia, a JMX-HTTP bridge giving an alternative to JSR-160 connectors.
|
|---|
| JolokiaMvcEndpoint | |
|---|
| JolokiaProperties | Configuration properties for Jolokia. |
|---|
| LdapHealthIndicator | |
|---|
| LiquibaseEndpoint | |
|---|
| LiquibaseEndpoint.LiquibaseReport | Liquibase report for one datasource. |
|---|
| LocalManagementPort | Annotation at the field or method/constructor parameter level that injects the HTTP management port that got allocated at runtime. |
|---|
| LogFileMvcEndpoint | Controller that provides an API for logfiles, i.e. |
|---|
| LoggersEndpoint | Endpoint to expose a collection of LoggerConfigurations. |
|---|
| LoggersEndpoint.LoggerLevels | Levels configured for a given logger exposed in a JSON friendly way. |
|---|
| LoggersEndpointMBean | |
|---|
| LoggersMvcEndpoint | |
|---|
| LoggersMvcEndpoint.InvalidLogLevelException | Exception thrown when the specified log level cannot be found. |
|---|
| MailHealthIndicator | |
|---|
| ManagementContextConfiguration | Specialized @Configuration class that defines configuration specific for the management context. |
|---|
| ManagementContextResolver | Provides access to the ApplicationContext being used to manage actuator endpoints. |
|---|
| ManagementErrorEndpoint | Special MvcEndpoint for handling "/error" path when the management servlet is in a child context. |
|---|
| ManagementServerProperties | Properties for the management server (e.g. |
|---|
| ManagementServerProperties.Security | Security configuration. |
|---|
| ManagementServerProperties.SessionCreationPolicy | |
|---|
| ManagementServerPropertiesAutoConfiguration | |
|---|
| ManagementServletContext | Provides information about the management servlet context for MVC controllers to use. |
|---|
| ManagementWebSecurityAutoConfiguration | Auto-configuration for security of framework endpoints.
|
|---|
| ManagementWebSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration | |
|---|
| ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter | |
|---|
| ManagementWebSecurityAutoConfiguration.WebSecurityEnabler | |
|---|
| MapInfoContributor | |
|---|
| MessageChannelMetricWriter | A MetricWriter that publishes the metric updates on a MessageChannel. |
|---|
| Metric<T extends Number> | Immutable class that can be used to hold any arbitrary system measurement value (a named numeric value with a timestamp). |
|---|
| MetricCopyExporter | |
|---|
| MetricExportAutoConfiguration | Auto-configuration for metrics export.
|
|---|
| MetricExportAutoConfiguration.MetricExportPropertiesConfiguration | |
|---|
| MetricExporters | SchedulingConfigurer to handle metrics export. |
|---|
| MetricExportProperties | Configuration properties for metrics export. |
|---|
| MetricExportProperties.Aggregate | Aggregate properties. |
|---|
| MetricExportProperties.Redis | Redis properties. |
|---|
| MetricExportProperties.Statsd | Statsd properties. |
|---|
| MetricFilterAutoConfiguration | |
|---|
| MetricFilterProperties | Configuration properties for the MetricsFilter. |
|---|
| MetricReader | A simple reader interface used to interrogate Metrics. |
|---|
| MetricReaderPublicMetrics | |
|---|
| MetricRegistryMetricReader | A Spring Boot MetricReader that reads metrics from a Dropwizard MetricRegistry. |
|---|
| MetricRepository | Convenient combination of reader and writer concerns. |
|---|
| MetricRepositoryAutoConfiguration | Auto-configuration for metrics services.
|
|---|
| MetricsChannelAutoConfiguration | Auto-configuration for writing metrics to a MessageChannel.
|
|---|
| MetricsDropwizardAutoConfiguration | Auto-configuration for Dropwizard-based metrics.
|
|---|
| MetricsEndpoint | |
|---|
| MetricsEndpointMetricReader | |
|---|
| MetricsFilterSubmission | Submission types that can be made by the MetricsFilter. |
|---|
| MetricsMvcEndpoint | |
|---|
| MetricsMvcEndpoint.NoSuchMetricException | Exception thrown when the specified metric cannot be found. |
|---|
| MetricWriter | Basic strategy for write operations on Metric data. |
|---|
| MetricWriterMessageHandler | |
|---|
| MongoHealthIndicator | Simple implementation of a HealthIndicator returning status information for Mongo data stores. |
|---|
| MultiMetricRepository | A repository for metrics that allows efficient storage and retrieval of groups of metrics with a common name prefix (their group name). |
|---|
| MultiMetricRichGaugeReader | |
|---|
| MvcEndpoint | A strategy for the MVC layer on top of an Endpoint. |
|---|
| MvcEndpoints | A registry for all MvcEndpoint beans, and a factory for a set of generic ones wrapping existing Endpoint instances that are not already exposed as MVC endpoints. |
|---|
| MvcEndpointSecurityInterceptor | Security interceptor for MvcEndpoints. |
|---|
| NamedMvcEndpoint | |
|---|
| OpenTsdbData | OpenTSDB Data. |
|---|
| OpenTsdbGaugeWriter | A GaugeWriter for the Open TSDB database (version 2.0), writing metrics to the HTTP endpoint provided by the server. |
|---|
| OpenTsdbName | OpenTSDB Name. |
|---|
| OpenTsdbNamingStrategy | Strategy used to convert a metric name into an OpenTsdbName. |
|---|
| OrderedHealthAggregator | Default HealthAggregator implementation that aggregates Health instances and determines the final system state based on a simple ordered list. |
|---|
| PrefixMetricGroupExporter | |
|---|
| PrefixMetricReader | Interface for extracting metrics as a group whose name starts with a prefix. |
|---|
| PrefixMetricWriter | A writer for metrics that allows efficient storage of groups of metrics with a common name prefix (their group name). |
|---|
| PublicMetrics | |
|---|
| PublicMetricsAutoConfiguration | |
|---|
| RabbitHealthIndicator | Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system. |
|---|
| RedisHealthIndicator | Simple implementation of a HealthIndicator returning status information for Redis data stores. |
|---|
| RedisMetricRepository | |
|---|
| RedisMultiMetricRepository | |
|---|
| RequestMappingEndpoint | |
|---|
| ReservoirFactory | |
|---|
| RichGauge | A gauge which stores the maximum, minimum and average in addition to the current value. |
|---|
| RichGaugeExporter | Exporter or converter for RichGauge data to a metric-based back end. |
|---|
| RichGaugeReader | A basic set of read operations for RichGauge instances. |
|---|
| RichGaugeReaderPublicMetrics | |
|---|
| RichGaugeRepository | Convenient combination of reader and writer concerns for RichGauge instances. |
|---|
| ShellProperties | Deprecated. |
|---|
| ShellProperties.Auth | |
|---|
| ShellProperties.CrshShellAuthenticationProperties | Base class for Auth specific properties. |
|---|
| ShellProperties.CrshShellProperties | Base class for CRaSH properties. |
|---|
| ShellProperties.JaasAuthenticationProperties | Auth specific properties for JAAS authentication. |
|---|
| ShellProperties.KeyAuthenticationProperties | Auth specific properties for key authentication. |
|---|
| ShellProperties.SimpleAuthenticationProperties | Auth specific properties for simple authentication. |
|---|
| ShellProperties.SimpleAuthenticationProperties.User | |
|---|
| ShellProperties.SpringAuthenticationProperties | Auth specific properties for Spring authentication. |
|---|
| ShellProperties.Ssh | SSH properties. |
|---|
| ShellProperties.Telnet | Telnet properties. |
|---|
| ShutdownEndpoint | Endpoint to shutdown the ApplicationContext. |
|---|
| ShutdownEndpointMBean | |
|---|
| ShutdownMvcEndpoint | |
|---|
| SimpleInfoContributor | |
|---|
| SimpleInMemoryRepository<T> | Repository utility that stores stuff in memory with period-separated String keys. |
|---|
| SimpleInMemoryRepository.Callback<T> | Callback used to update a value. |
|---|
| SolrHealthIndicator | |
|---|
| SpecificTriggerProperties | Trigger for specific names or patterns. |
|---|
| SpringIntegrationMetricReader | A MetricReader for Spring Integration metrics (as provided by IntegrationManagementConfigurer). |
|---|
| StatsdMetricWriter | |
|---|
| Status | Value object to express state of a component or subsystem. |
|---|
| SystemPublicMetrics | A PublicMetrics implementation that provides various system-related metrics. |
|---|
| TomcatPublicMetrics | |
|---|
| Trace | A value object representing a trace event: at a particular time with a simple (map) information. |
|---|
| TraceEndpoint | |
|---|
| TraceProperties | Configuration properties for tracing. |
|---|
| TraceProperties.Include | Include options for tracing. |
|---|
| TraceRepository | |
|---|
| TraceRepositoryAutoConfiguration | |
|---|
| TraceWebFilterAutoConfiguration | |
|---|
| TriggerProperties | Abstract base class for trigger properties. |
|---|
| WebRequestTraceFilter | |
|---|