类 MetricsMonitor


  • public class MetricsMonitor
    extends java.lang.Object
    Metrics Monitor.
    作者:
    Nacos
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private static java.util.concurrent.atomic.AtomicInteger configCount  
      private static java.util.concurrent.atomic.AtomicInteger dumpTask  
      private static java.util.concurrent.atomic.AtomicInteger getConfig  
      private static java.util.concurrent.atomic.AtomicInteger longPolling
      task for notify config change to sub client of http long polling..
      private static java.util.concurrent.atomic.AtomicInteger notifyClientTask
      task for notify config change to sub client of long connection.
      private static java.util.concurrent.atomic.AtomicInteger notifyTask
      task for ntify config change to cluster server.
      private static java.util.concurrent.atomic.AtomicInteger publish  
    • 字段详细资料

      • 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
    • 构造器详细资料

      • MetricsMonitor

        public MetricsMonitor()
    • 方法详细资料

      • 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()