Interface MetricRegistryFactory

All Known Implementing Classes:
MetricRegistryFactoryImpl

@Private public interface MetricRegistryFactory
A Factory for creating MetricRegistries. This is the main plugin point for metrics implementation
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a MetricRegistry from the given MetricRegistryInfo
  • Method Details

    • create

      Create a MetricRegistry from the given MetricRegistryInfo
      Parameters:
      info - the descriptor for MetricRegistry
      Returns:
      a MetricRegistry implementation