Class MetricsRegistry

java.lang.Object
org.somox.metrics.registry.MetricsRegistry

public class MetricsRegistry extends Object
A registry storing all registered metrics in the running Eclipse instance. Note that this assumes a reboot of Eclipse on configuration changes.
  • Constructor Details

    • MetricsRegistry

      public MetricsRegistry()
  • Method Details

    • getRegisteredMetrics

      public static final Map<MetricID,IMetric> getRegisteredMetrics()
      Returns:
      All registered metrics in the running Eclipse instance