跳过导航链接
A B C D G H I M O P R S X 

A

addCounter(String, String, String, long, Map<String, String>) - 类 中的方法org.noear.solon.cloud.metrics.integration.CloudMetricServiceImpl
 
addGauge(String, String, String, long, Map<String, String>) - 类 中的方法org.noear.solon.cloud.metrics.integration.CloudMetricServiceImpl
 
addTimer(String, String, String, long, Map<String, String>) - 类 中的方法org.noear.solon.cloud.metrics.integration.CloudMetricServiceImpl
 

B

BaseMeterInterceptor<T,M> - org.noear.solon.cloud.metrics.interceptor中的类
度量注解的拦截器基类
BaseMeterInterceptor() - 类 的构造器org.noear.solon.cloud.metrics.interceptor.BaseMeterInterceptor
 

C

CloudMetricServiceImpl - org.noear.solon.cloud.metrics.integration中的类
 
CloudMetricServiceImpl() - 类 的构造器org.noear.solon.cloud.metrics.integration.CloudMetricServiceImpl
 

D

doIntercept(Invocation) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.BaseMeterInterceptor
 

G

getAnno(Invocation) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.BaseMeterInterceptor
获取注解
getAnno(Invocation) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterCounterInterceptor
 
getAnno(Invocation) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterGaugeInterceptor
 
getAnno(Invocation) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterLongTimerInterceptor
 
getAnno(Invocation) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterSummaryInterceptor
 
getAnno(Invocation) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterTimerInterceptor
 
getAnnoName(T) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.BaseMeterInterceptor
获取注解名字
getAnnoName(MeterCounter) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterCounterInterceptor
 
getAnnoName(MeterGauge) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterGaugeInterceptor
 
getAnnoName(MeterLongTimer) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterLongTimerInterceptor
 
getAnnoName(MeterSummary) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterSummaryInterceptor
 
getAnnoName(MeterTimer) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterTimerInterceptor
 
getMeter(String, Supplier<M>) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.BaseMeterInterceptor
 
getMeterName(Invocation, T) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.BaseMeterInterceptor
 
getMeterTags(Invocation, String[]) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.BaseMeterInterceptor
 
getTags(Map<String, String>) - 类 中的方法org.noear.solon.cloud.metrics.integration.CloudMetricServiceImpl
 

H

handle(Context) - 类 中的方法org.noear.solon.cloud.metrics.export.PrometheusOpener
 

I

isSupported(AppContext) - 接口 中的方法org.noear.solon.cloud.metrics.export.MeterOpener
是否支持输出
isSupported(AppContext) - 类 中的方法org.noear.solon.cloud.metrics.export.PrometheusOpener
 

M

meter(String) - 类 中的方法org.noear.solon.cloud.metrics.integration.MetricsController
获取度量详情
MeterCounter - org.noear.solon.cloud.metrics.annotation中的注释类型
用于不断累加值
MeterCounterInterceptor - org.noear.solon.cloud.metrics.interceptor中的类
MeterCounter 拦截处理
MeterCounterInterceptor() - 类 的构造器org.noear.solon.cloud.metrics.interceptor.MeterCounterInterceptor
 
MeterGauge - org.noear.solon.cloud.metrics.annotation中的注释类型
用来记录单个的变化的值(例如:温度,气压)
MeterGaugeInterceptor - org.noear.solon.cloud.metrics.interceptor中的类
MeterGauge 拦截处理
MeterGaugeInterceptor() - 类 的构造器org.noear.solon.cloud.metrics.interceptor.MeterGaugeInterceptor
 
metering(Invocation, T) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.BaseMeterInterceptor
度量
metering(Invocation, MeterCounter) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterCounterInterceptor
 
metering(Invocation, MeterGauge) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterGaugeInterceptor
 
metering(Invocation, MeterLongTimer) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterLongTimerInterceptor
 
metering(Invocation, MeterSummary) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterSummaryInterceptor
 
metering(Invocation, MeterTimer) - 类 中的方法org.noear.solon.cloud.metrics.interceptor.MeterTimerInterceptor
 
MeterLongTimer - org.noear.solon.cloud.metrics.annotation中的注释类型
用来记录事件的持续时间
MeterLongTimerInterceptor - org.noear.solon.cloud.metrics.interceptor中的类
长计时器拦截器
MeterLongTimerInterceptor() - 类 的构造器org.noear.solon.cloud.metrics.interceptor.MeterLongTimerInterceptor
 
MeterOpener - org.noear.solon.cloud.metrics.export中的接口
度量开放器(用于导出数据)
meters() - 类 中的方法org.noear.solon.cloud.metrics.integration.MetricsController
获取所有度量器(名字)
MeterSummary - org.noear.solon.cloud.metrics.annotation中的注释类型
用来记录指标的分布
MeterSummaryInterceptor - org.noear.solon.cloud.metrics.interceptor中的类
MeterSummary 拦截处理
MeterSummaryInterceptor() - 类 的构造器org.noear.solon.cloud.metrics.interceptor.MeterSummaryInterceptor
 
MeterTimer - org.noear.solon.cloud.metrics.annotation中的注释类型
用来记录事件的持续时间
MeterTimerInterceptor - org.noear.solon.cloud.metrics.interceptor中的类
MeterTimer 拦截处理
MeterTimerInterceptor() - 类 的构造器org.noear.solon.cloud.metrics.interceptor.MeterTimerInterceptor
 
MetricsController - org.noear.solon.cloud.metrics.integration中的类
度量基础接口
MetricsController() - 类 的构造器org.noear.solon.cloud.metrics.integration.MetricsController
 

O

org.noear.solon.cloud.metrics.annotation - 程序包 org.noear.solon.cloud.metrics.annotation
 
org.noear.solon.cloud.metrics.export - 程序包 org.noear.solon.cloud.metrics.export
 
org.noear.solon.cloud.metrics.integration - 程序包 org.noear.solon.cloud.metrics.integration
 
org.noear.solon.cloud.metrics.interceptor - 程序包 org.noear.solon.cloud.metrics.interceptor
 

P

path() - 接口 中的方法org.noear.solon.cloud.metrics.export.MeterOpener
路径
path() - 类 中的方法org.noear.solon.cloud.metrics.export.PrometheusOpener
 
PrometheusOpener - org.noear.solon.cloud.metrics.export中的类
Prometheus 度量开放器(如果有引入包,则自动生效)
PrometheusOpener() - 类 的构造器org.noear.solon.cloud.metrics.export.PrometheusOpener
 

R

registrys() - 类 中的方法org.noear.solon.cloud.metrics.integration.MetricsController
获取所有注册器(类名)

S

start(AppContext) - 类 中的方法org.noear.solon.cloud.metrics.integration.XPluginImpl
 
stop() - 类 中的方法org.noear.solon.cloud.metrics.integration.XPluginImpl
 

X

XPluginImpl - org.noear.solon.cloud.metrics.integration中的类
 
XPluginImpl() - 类 的构造器org.noear.solon.cloud.metrics.integration.XPluginImpl
 
A B C D G H I M O P R S X 
跳过导航链接

Copyright © 2024. All rights reserved.