public class MetricsMonitor extends Object
| Constructor and Description |
|---|
MetricsMonitor() |
| Modifier and Type | Method and Description |
|---|---|
static AtomicInteger |
getConfigCountMonitor() |
static AtomicInteger |
getConfigMonitor() |
static io.micrometer.core.instrument.Counter |
getConfigNotifyException() |
static io.micrometer.core.instrument.Counter |
getDbException() |
static AtomicInteger |
getDumpTaskMonitor() |
static io.micrometer.core.instrument.Counter |
getIllegalArgumentException() |
static AtomicInteger |
getLongPollingMonitor() |
static io.micrometer.core.instrument.Counter |
getNacosException() |
static io.micrometer.core.instrument.Timer |
getNotifyRtTimer() |
static AtomicInteger |
getNotifyTaskMonitor() |
static AtomicInteger |
getPublishMonitor() |
static io.micrometer.core.instrument.Counter |
getUnhealthException() |
public static AtomicInteger getConfigMonitor()
public static AtomicInteger getPublishMonitor()
public static AtomicInteger getLongPollingMonitor()
public static AtomicInteger getConfigCountMonitor()
public static AtomicInteger getNotifyTaskMonitor()
public static AtomicInteger getDumpTaskMonitor()
public static io.micrometer.core.instrument.Timer getNotifyRtTimer()
public static io.micrometer.core.instrument.Counter getIllegalArgumentException()
public static io.micrometer.core.instrument.Counter getNacosException()
public static io.micrometer.core.instrument.Counter getDbException()
public static io.micrometer.core.instrument.Counter getConfigNotifyException()
public static io.micrometer.core.instrument.Counter getUnhealthException()
Copyright © 2018–2019 Alibaba Group. All rights reserved.