Package org.stagemonitor.os.metrics

Examples of org.stagemonitor.os.metrics.EmptySigarMetricSet


    try {
      metrics.getSnapshot();
      return metrics;
    } catch (RuntimeException e) {
      logger.warn(e.getMessage() + ". (This exception is ignored)", e);
      return new EmptySigarMetricSet();
    }
  }
View Full Code Here

TOP

Related Classes of org.stagemonitor.os.metrics.EmptySigarMetricSet

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.