Package org.platformlayer.ops.metrics

Examples of org.platformlayer.ops.metrics.MetricFetcher


    initialized = true;
  }

  @Override
  public MetricDataSource getMetricValues(ItemBase item, MetricQuery query) throws OpsException {
    MetricFetcher metricFetcher = injector.getInstance(MetricFetcher.class);
    return metricFetcher.fetch(this, item, query);
  }
View Full Code Here

TOP

Related Classes of org.platformlayer.ops.metrics.MetricFetcher

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.