Class MetricsMonitor
- java.lang.Object
-
- com.alibaba.nacos.config.server.monitor.MetricsMonitor
-
public class MetricsMonitor extends Object
Metrics Monitor- Author:
- Nacos
-
-
Constructor Summary
Constructors Constructor Description MetricsMonitor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AtomicIntegergetConfigCountMonitor()static AtomicIntegergetConfigMonitor()static io.micrometer.core.instrument.CountergetConfigNotifyException()static io.micrometer.core.instrument.CountergetDbException()static AtomicIntegergetDumpTaskMonitor()static io.micrometer.core.instrument.CountergetIllegalArgumentException()static AtomicIntegergetLongPollingMonitor()static io.micrometer.core.instrument.CountergetNacosException()static io.micrometer.core.instrument.TimergetNotifyRtTimer()static AtomicIntegergetNotifyTaskMonitor()static AtomicIntegergetPublishMonitor()static io.micrometer.core.instrument.CountergetUnhealthException()
-
-
-
Method Detail
-
getConfigMonitor
public static AtomicInteger getConfigMonitor()
-
getPublishMonitor
public static AtomicInteger getPublishMonitor()
-
getLongPollingMonitor
public static AtomicInteger getLongPollingMonitor()
-
getConfigCountMonitor
public static AtomicInteger getConfigCountMonitor()
-
getNotifyTaskMonitor
public static AtomicInteger getNotifyTaskMonitor()
-
getDumpTaskMonitor
public static 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()
-
-