类 MetricsMonitor
- java.lang.Object
-
- com.alibaba.nacos.config.server.monitor.MetricsMonitor
-
public class MetricsMonitor extends java.lang.ObjectMetrics Monitor.- 作者:
- Nacos
-
-
字段概要
字段 修饰符和类型 字段 说明 private static java.util.concurrent.atomic.AtomicIntegerconfigCountprivate static java.util.concurrent.atomic.AtomicIntegerdumpTaskprivate static java.util.concurrent.atomic.AtomicIntegergetConfigprivate static java.util.concurrent.atomic.AtomicIntegerlongPollingtask for notify config change to sub client of http long polling..private static java.util.concurrent.atomic.AtomicIntegernotifyClientTasktask for notify config change to sub client of long connection.private static java.util.concurrent.atomic.AtomicIntegernotifyTasktask for ntify config change to cluster server.private static java.util.concurrent.atomic.AtomicIntegerpublish
-
构造器概要
构造器 构造器 说明 MetricsMonitor()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static java.util.concurrent.atomic.AtomicIntegergetConfigCountMonitor()static java.util.concurrent.atomic.AtomicIntegergetConfigMonitor()static io.micrometer.core.instrument.CountergetConfigNotifyException()static io.micrometer.core.instrument.CountergetDbException()static java.util.concurrent.atomic.AtomicIntegergetDumpTaskMonitor()static io.micrometer.core.instrument.CountergetIllegalArgumentException()static java.util.concurrent.atomic.AtomicIntegergetLongPollingMonitor()static io.micrometer.core.instrument.CountergetNacosException()static java.util.concurrent.atomic.AtomicIntegergetNotifyClientTaskMonitor()static io.micrometer.core.instrument.TimergetNotifyRtTimer()static java.util.concurrent.atomic.AtomicIntegergetNotifyTaskMonitor()static java.util.concurrent.atomic.AtomicIntegergetPublishMonitor()static io.micrometer.core.instrument.CountergetUnhealthException()
-
-
-
字段详细资料
-
getConfig
private static java.util.concurrent.atomic.AtomicInteger getConfig
-
publish
private static java.util.concurrent.atomic.AtomicInteger publish
-
longPolling
private static java.util.concurrent.atomic.AtomicInteger longPolling
task for notify config change to sub client of http long polling..
-
configCount
private static java.util.concurrent.atomic.AtomicInteger configCount
-
notifyTask
private static java.util.concurrent.atomic.AtomicInteger notifyTask
task for ntify config change to cluster server.
-
notifyClientTask
private static java.util.concurrent.atomic.AtomicInteger notifyClientTask
task for notify config change to sub client of long connection.
-
dumpTask
private static java.util.concurrent.atomic.AtomicInteger dumpTask
-
-
方法详细资料
-
getConfigMonitor
public static java.util.concurrent.atomic.AtomicInteger getConfigMonitor()
-
getPublishMonitor
public static java.util.concurrent.atomic.AtomicInteger getPublishMonitor()
-
getLongPollingMonitor
public static java.util.concurrent.atomic.AtomicInteger getLongPollingMonitor()
-
getConfigCountMonitor
public static java.util.concurrent.atomic.AtomicInteger getConfigCountMonitor()
-
getNotifyTaskMonitor
public static java.util.concurrent.atomic.AtomicInteger getNotifyTaskMonitor()
-
getNotifyClientTaskMonitor
public static java.util.concurrent.atomic.AtomicInteger getNotifyClientTaskMonitor()
-
getDumpTaskMonitor
public static java.util.concurrent.atomic.AtomicInteger getDumpTaskMonitor()
-
getNotifyRtTimer
public static io.micrometer.core.instrument.Timer getNotifyRtTimer()
-
getIllegalArgumentException
public static io.micrometer.core.instrument.Counter getIllegalArgumentException()
-
getNacosException
public static io.micrometer.core.instrument.Counter getNacosException()
-
getDbException
public static io.micrometer.core.instrument.Counter getDbException()
-
getConfigNotifyException
public static io.micrometer.core.instrument.Counter getConfigNotifyException()
-
getUnhealthException
public static io.micrometer.core.instrument.Counter getUnhealthException()
-
-