Uses of Package
org.springframework.core.metrics
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory
package.This package builds on the beans package to add support for
message sources and for the Observer design pattern, and the
ability for application objects to obtain resources using a
consistent API.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Support package for recording metrics during application startup.
Support package for recording startup metrics using Java Flight Recorder.
-
-
-
-
-
-
ClassDescriptionInstruments the application startup phase using
steps
.Step recording metrics about a particular phase or action happening during theApplicationStartup
.Immutable collection ofStartupStep.Tag
. -
ClassDescriptionInstruments the application startup phase using
steps
.Step recording metrics about a particular phase or action happening during theApplicationStartup
.