Interface MetricBackend


  • public interface MetricBackend
    MetricBackend abstraction to create metrics for instrumented entities.
    • Field Detail

      • NONE

        static final MetricBackend NONE
        Empty no-op MetricBackend.
    • Method Detail

      • metricsFor

        MetricFactory metricsFor​(Identity identity)
        Create a MetricFactory for an instrumented entity with the given Identity.
        Parameters:
        identity - identity of instrumented entity
        Returns:
        metric factory for the instrumented entity