Package org.apache.tajo.master.metrics

Examples of org.apache.tajo.master.metrics.WorkerResourceMetricsGaugeSet


  private void initSystemMetrics() {
    systemMetrics = new TajoSystemMetrics(systemConf, METRICS_GROUP_NAME, getMasterName());
    systemMetrics.start();

    systemMetrics.register("resource", new WorkerResourceMetricsGaugeSet(context));
    systemMetrics.register("catalog", new CatalogMetricsGaugeSet(context));
  }
View Full Code Here

TOP

Related Classes of org.apache.tajo.master.metrics.WorkerResourceMetricsGaugeSet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.