Package 

Interface SpanMetricRegistry

    • Method Summary

      Modifier and Type Method Description
      abstract SpanMetrics get(String instrumentationName) Get the span metrics for an instrumentation.
      String summary()
      static SpanMetricRegistry getInstance() Get the registry instance according the telemetry status.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

         abstract SpanMetrics get(String instrumentationName)

        Get the span metrics for an instrumentation.

        Parameters:
        instrumentationName - The instrumentation name to get span metrics.