Uses of Class
org.miaixz.bus.spring.metrics.BaseMetrics
Packages that use BaseMetrics
-
Uses of BaseMetrics in org.miaixz.bus.spring.boot
Methods in org.miaixz.bus.spring.boot that return BaseMetricsModifier and TypeMethodDescriptionStartupReporter.getStageNyName(String stageName) 按名称查找启动统计中报告的阶段Methods in org.miaixz.bus.spring.boot that return types with arguments of type BaseMetricsModifier and TypeMethodDescriptionSpringApplication.getInitializerStartupStatList()获取所有ApplicationContextInitializer的初始化统计信息列表Methods in org.miaixz.bus.spring.boot with parameters of type BaseMetricsModifier and TypeMethodDescriptionvoidStartupReporter.addCommonStartupStat(BaseMetrics stat) 添加要报告的普通启动状态 -
Uses of BaseMetrics in org.miaixz.bus.spring.metrics
Classes in org.miaixz.bus.spring.metrics with type parameters of type BaseMetricsModifier and TypeClassDescriptionclassChildrenMetrics<T extends BaseMetrics>统计模型持有的子模块,用于构建具有层级结构的指标体系。Subclasses of BaseMetrics in org.miaixz.bus.spring.metricsModifier and TypeClassDescriptionclass记录bean初始化的状态模型,用于跟踪和记录Spring Bean初始化过程中的各项指标。classChildrenMetrics<T extends BaseMetrics>统计模型持有的子模块,用于构建具有层级结构的指标体系。class记录模块刷新的状态模型,用于跟踪和记录Spring模块刷新过程中的各项指标。