Package org.apache.tajo.util.metrics

Examples of org.apache.tajo.util.metrics.GroupNameMetricsFilter


    this.metricsProperties = metricsProperties;
    this.metricsPropertyKey = metricsName + "." + getReporterName() + ".";
    this.hostAndPort = hostAndPort;

    MetricsFilterList filterList = new MetricsFilterList();
    filterList.addMetricFilter(new GroupNameMetricsFilter(metricsName));

    String regexpFilterKey = metricsPropertyKey + "regexp.";
    Set<String> regexpExpressions = new HashSet<String>();

    for(Map.Entry<String, String> entry: metricsProperties.entrySet()) {
View Full Code Here

TOP

Related Classes of org.apache.tajo.util.metrics.GroupNameMetricsFilter

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.