Class ZKMetricUpdater

java.lang.Object
com.yahoo.vespa.config.server.monitoring.ZKMetricUpdater
All Implemented Interfaces:
Runnable

public class ZKMetricUpdater extends Object implements Runnable
  • Field Details

    • METRIC_ZK_ZNODES

      public static final String METRIC_ZK_ZNODES
    • METRIC_ZK_LATENCY_AVERAGE

      public static final String METRIC_ZK_LATENCY_AVERAGE
    • METRIC_ZK_LATENCY_MAX

      public static final String METRIC_ZK_LATENCY_MAX
    • METRIC_ZK_CONNECTIONS

      public static final String METRIC_ZK_CONNECTIONS
    • METRIC_ZK_OUTSTANDING_REQUESTS

      public static final String METRIC_ZK_OUTSTANDING_REQUESTS
  • Constructor Details

    • ZKMetricUpdater

      public ZKMetricUpdater(com.yahoo.cloud.config.ZookeeperServerConfig zkServerConfig, long delayMS, long intervalMS)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • shutdown

      public void shutdown()
    • getZKMetrics

      public Map<String,Long> getZKMetrics()