spring-boot-actuator-2.5.5.jar中文-英文对照文档.zip

org.springframework.bootspring-boot-actuator2.5.5API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: spring-boot-actuator-2.5.5.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.89 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

spring-boot-actuator-2.5.5.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-boot-actuator-2.5.5.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-boot-actuator-2.5.5.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-boot-actuator-2.5.5.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-boot-actuator-2.5.5-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-boot-actuator-2.5.5.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: spring-boot-actuator
  • 描述: Spring Boot Actuator
  • 版本: 2.5.5

Maven依赖

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-actuator</artifactId>
	<version>2.5.5</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.springframework.boot', name: 'spring-boot-actuator', version: '2.5.5'
Gradle (Short):
	implementation 'org.springframework.boot:spring-boot-actuator:2.5.5'
Gradle (Kotlin):
	implementation("org.springframework.boot:spring-boot-actuator:2.5.5")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.springframework.boot.actuate.amqp
org.springframework.boot.actuate.audit
org.springframework.boot.actuate.audit.listener
org.springframework.boot.actuate.availability
org.springframework.boot.actuate.beans
org.springframework.boot.actuate.cache
org.springframework.boot.actuate.cassandra
org.springframework.boot.actuate.context
org.springframework.boot.actuate.context.properties
org.springframework.boot.actuate.couchbase
org.springframework.boot.actuate.elasticsearch
org.springframework.boot.actuate.endpoint
org.springframework.boot.actuate.endpoint.annotation
org.springframework.boot.actuate.endpoint.http
org.springframework.boot.actuate.endpoint.invoke
org.springframework.boot.actuate.endpoint.invoke.convert
org.springframework.boot.actuate.endpoint.invoke.reflect
org.springframework.boot.actuate.endpoint.invoker.cache
org.springframework.boot.actuate.endpoint.jmx
org.springframework.boot.actuate.endpoint.jmx.annotation
org.springframework.boot.actuate.endpoint.web
org.springframework.boot.actuate.endpoint.web.annotation
org.springframework.boot.actuate.endpoint.web.jersey
org.springframework.boot.actuate.endpoint.web.reactive
org.springframework.boot.actuate.endpoint.web.servlet
org.springframework.boot.actuate.env
org.springframework.boot.actuate.flyway
org.springframework.boot.actuate.hazelcast
org.springframework.boot.actuate.health
org.springframework.boot.actuate.influx
org.springframework.boot.actuate.info
org.springframework.boot.actuate.integration
org.springframework.boot.actuate.jdbc
org.springframework.boot.actuate.jms
org.springframework.boot.actuate.ldap
org.springframework.boot.actuate.liquibase
org.springframework.boot.actuate.logging
org.springframework.boot.actuate.mail
org.springframework.boot.actuate.management
org.springframework.boot.actuate.metrics
org.springframework.boot.actuate.metrics.amqp
org.springframework.boot.actuate.metrics.annotation
org.springframework.boot.actuate.metrics.cache
org.springframework.boot.actuate.metrics.data
org.springframework.boot.actuate.metrics.export.prometheus
org.springframework.boot.actuate.metrics.http
org.springframework.boot.actuate.metrics.jdbc
org.springframework.boot.actuate.metrics.r2dbc
org.springframework.boot.actuate.metrics.web.client
org.springframework.boot.actuate.metrics.web.jetty
org.springframework.boot.actuate.metrics.web.reactive.client
org.springframework.boot.actuate.metrics.web.reactive.server
org.springframework.boot.actuate.metrics.web.servlet
org.springframework.boot.actuate.metrics.web.tomcat
org.springframework.boot.actuate.mongo
org.springframework.boot.actuate.neo4j
org.springframework.boot.actuate.quartz
org.springframework.boot.actuate.r2dbc
org.springframework.boot.actuate.redis
org.springframework.boot.actuate.scheduling
org.springframework.boot.actuate.security
org.springframework.boot.actuate.session
org.springframework.boot.actuate.solr
org.springframework.boot.actuate.startup
org.springframework.boot.actuate.system
org.springframework.boot.actuate.trace.http
org.springframework.boot.actuate.web.mappings
org.springframework.boot.actuate.web.mappings.reactive
org.springframework.boot.actuate.web.mappings.servlet
org.springframework.boot.actuate.web.trace.reactive
org.springframework.boot.actuate.web.trace.servlet

本组件包含的 Java class(类)

org.springframework.boot.actuate.amqp.RabbitHealthIndicator
org.springframework.boot.actuate.audit.AuditEvent
org.springframework.boot.actuate.audit.AuditEventRepository
org.springframework.boot.actuate.audit.AuditEventsEndpoint
org.springframework.boot.actuate.audit.AuditEventsEndpoint.AuditEventsDescriptor
org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
org.springframework.boot.actuate.audit.listener.AbstractAuditListener
org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
org.springframework.boot.actuate.audit.listener.AuditListener
org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
org.springframework.boot.actuate.availability.LivenessStateHealthIndicator
org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator
org.springframework.boot.actuate.beans.BeansEndpoint
org.springframework.boot.actuate.beans.BeansEndpoint.ApplicationBeans
org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
org.springframework.boot.actuate.cache.CachesEndpoint
org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
org.springframework.boot.actuate.cache.CachesEndpointWebExtension
org.springframework.boot.actuate.cache.NonUniqueCacheException
org.springframework.boot.actuate.cassandra.CassandraDriverHealthIndicator
org.springframework.boot.actuate.cassandra.CassandraDriverReactiveHealthIndicator
org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
org.springframework.boot.actuate.context.ShutdownEndpoint
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
org.springframework.boot.actuate.elasticsearch.ElasticsearchReactiveHealthIndicator
org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
org.springframework.boot.actuate.endpoint.ApiVersion
org.springframework.boot.actuate.endpoint.EndpointFilter
org.springframework.boot.actuate.endpoint.EndpointId
org.springframework.boot.actuate.endpoint.EndpointsSupplier
org.springframework.boot.actuate.endpoint.ExposableEndpoint
org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
org.springframework.boot.actuate.endpoint.InvocationContext
org.springframework.boot.actuate.endpoint.Operation
org.springframework.boot.actuate.endpoint.OperationArgumentResolver
org.springframework.boot.actuate.endpoint.OperationType
org.springframework.boot.actuate.endpoint.Producible
org.springframework.boot.actuate.endpoint.ProducibleOperationArgumentResolver
org.springframework.boot.actuate.endpoint.Sanitizer
org.springframework.boot.actuate.endpoint.SecurityContext
org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
org.springframework.boot.actuate.endpoint.annotation.Endpoint
org.springframework.boot.actuate.endpoint.annotation.EndpointConverter
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
org.springframework.boot.actuate.endpoint.annotation.FilteredEndpoint
org.springframework.boot.actuate.endpoint.annotation.ReadOperation
org.springframework.boot.actuate.endpoint.annotation.Selector
org.springframework.boot.actuate.endpoint.annotation.Selector.Match
org.springframework.boot.actuate.endpoint.annotation.WriteOperation
org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
org.springframework.boot.actuate.endpoint.http.ApiVersion
org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
org.springframework.boot.actuate.endpoint.invoke.OperationInvoker
org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
org.springframework.boot.actuate.endpoint.invoke.OperationParameter
org.springframework.boot.actuate.endpoint.invoke.OperationParameters
org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
org.springframework.boot.actuate.endpoint.jmx.ExposableJmxEndpoint
org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
org.springframework.boot.actuate.endpoint.jmx.JmxEndpointsSupplier
org.springframework.boot.actuate.endpoint.jmx.JmxOperation
org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
org.springframework.boot.actuate.endpoint.jmx.annotation.EndpointJmxExtension
org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
org.springframework.boot.actuate.endpoint.web.EndpointMapping
org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
org.springframework.boot.actuate.endpoint.web.EndpointServlet
org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
org.springframework.boot.actuate.endpoint.web.ExposableWebEndpoint
org.springframework.boot.actuate.endpoint.web.Link
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
org.springframework.boot.actuate.endpoint.web.PathMapper
org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier
org.springframework.boot.actuate.endpoint.web.WebOperation
org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier
org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension
org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier
org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.LinksHandler
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.LinksHandler
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
org.springframework.boot.actuate.env.EnvironmentEndpoint
org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
org.springframework.boot.actuate.flyway.FlywayEndpoint
org.springframework.boot.actuate.flyway.FlywayEndpoint.ApplicationFlywayBeans
org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
org.springframework.boot.actuate.health.CompositeHealth
org.springframework.boot.actuate.health.CompositeHealthContributor
org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
org.springframework.boot.actuate.health.ContributorRegistry
org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
org.springframework.boot.actuate.health.Health
org.springframework.boot.actuate.health.Health.Builder
org.springframework.boot.actuate.health.HealthComponent
org.springframework.boot.actuate.health.HealthContributor
org.springframework.boot.actuate.health.HealthContributorNameFactory
org.springframework.boot.actuate.health.HealthContributorRegistry
org.springframework.boot.actuate.health.HealthEndpoint
org.springframework.boot.actuate.health.HealthEndpointGroup
org.springframework.boot.actuate.health.HealthEndpointGroups
org.springframework.boot.actuate.health.HealthEndpointGroupsPostProcessor
org.springframework.boot.actuate.health.HealthEndpointWebExtension
org.springframework.boot.actuate.health.HealthIndicator
org.springframework.boot.actuate.health.HttpCodeStatusMapper
org.springframework.boot.actuate.health.NamedContributor
org.springframework.boot.actuate.health.NamedContributors
org.springframework.boot.actuate.health.PingHealthIndicator
org.springframework.boot.actuate.health.ReactiveHealthContributor
org.springframework.boot.actuate.health.ReactiveHealthContributorRegistry
org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
org.springframework.boot.actuate.health.ReactiveHealthIndicator
org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
org.springframework.boot.actuate.health.SimpleStatusAggregator
org.springframework.boot.actuate.health.Status
org.springframework.boot.actuate.health.StatusAggregator
org.springframework.boot.actuate.health.SystemHealth
org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
org.springframework.boot.actuate.info.BuildInfoContributor
org.springframework.boot.actuate.info.EnvironmentInfoContributor
org.springframework.boot.actuate.info.GitInfoContributor
org.springframework.boot.actuate.info.Info
org.springframework.boot.actuate.info.Info.Builder
org.springframework.boot.actuate.info.InfoContributor
org.springframework.boot.actuate.info.InfoEndpoint
org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
org.springframework.boot.actuate.info.MapInfoContributor
org.springframework.boot.actuate.info.SimpleInfoContributor
org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
org.springframework.boot.actuate.jms.JmsHealthIndicator
org.springframework.boot.actuate.ldap.LdapHealthIndicator
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ApplicationLiquibaseBeans
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
org.springframework.boot.actuate.logging.LogFileWebEndpoint
org.springframework.boot.actuate.logging.LoggersEndpoint
org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevels
org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevels
org.springframework.boot.actuate.mail.MailHealthIndicator
org.springframework.boot.actuate.management.HeapDumpWebEndpoint
org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumper
org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumperUnavailableException
org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
org.springframework.boot.actuate.management.ThreadDumpEndpoint
org.springframework.boot.actuate.management.ThreadDumpEndpoint.ThreadDumpDescriptor
org.springframework.boot.actuate.metrics.AutoTimer
org.springframework.boot.actuate.metrics.MetricsEndpoint
org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
org.springframework.boot.actuate.metrics.MetricsEndpoint.ListNamesResponse
org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
org.springframework.boot.actuate.metrics.annotation.TimedAnnotations
org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider
org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
org.springframework.boot.actuate.metrics.cache.RedisCacheMeterBinderProvider
org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
org.springframework.boot.actuate.metrics.data.DefaultRepositoryTagsProvider
org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener
org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider
org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
org.springframework.boot.actuate.metrics.http.Outcome
org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics
org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider
org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTagsProvider
org.springframework.boot.actuate.metrics.web.reactive.server.CancelledServerWebExchangeException
org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsContributor
org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsProvider
org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsContributor
org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
org.springframework.boot.actuate.mongo.MongoHealthIndicator
org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
org.springframework.boot.actuate.neo4j.Neo4jReactiveHealthIndicator
org.springframework.boot.actuate.quartz.QuartzEndpoint
org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescription
org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescription
org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescription
org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescription
org.springframework.boot.actuate.quartz.QuartzEndpoint.GroupNames
org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzGroups
org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobGroupSummary
org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobSummary
org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzReport
org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary
org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescription
org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription
org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
org.springframework.boot.actuate.redis.RedisHealthIndicator
org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CronTaskDescription
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CustomTriggerTaskDescription
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.FixedDelayTaskDescription
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.FixedRateTaskDescription
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.RunnableDescription
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
org.springframework.boot.actuate.security.AuthenticationAuditListener
org.springframework.boot.actuate.security.AuthorizationAuditListener
org.springframework.boot.actuate.session.SessionsEndpoint
org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
org.springframework.boot.actuate.solr.SolrHealthIndicator
org.springframework.boot.actuate.startup.StartupEndpoint
org.springframework.boot.actuate.startup.StartupEndpoint.StartupResponse
org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
org.springframework.boot.actuate.trace.http.HttpExchangeTracer
org.springframework.boot.actuate.trace.http.HttpTrace
org.springframework.boot.actuate.trace.http.HttpTrace.Principal
org.springframework.boot.actuate.trace.http.HttpTrace.Request
org.springframework.boot.actuate.trace.http.HttpTrace.Response
org.springframework.boot.actuate.trace.http.HttpTrace.Session
org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
org.springframework.boot.actuate.trace.http.HttpTraceEndpoint.HttpTraceDescriptor
org.springframework.boot.actuate.trace.http.HttpTraceRepository
org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
org.springframework.boot.actuate.trace.http.Include
org.springframework.boot.actuate.trace.http.TraceableRequest
org.springframework.boot.actuate.trace.http.TraceableResponse
org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
org.springframework.boot.actuate.web.mappings.MappingsEndpoint
org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ApplicationMappings
org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription
org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter