-
@FunctionalInterface() public interface SpanMetricRegistry
This class holds the SpanMetrics instances.
-
-
Method Summary
Modifier and Type Method Description abstract SpanMetricsget(String instrumentationName)Get the span metrics for an instrumentation. Stringsummary()static SpanMetricRegistrygetInstance()Get the registry instance according the telemetry status. -
-
Method Detail
-
get
abstract SpanMetrics get(String instrumentationName)
Get the span metrics for an instrumentation.
- Parameters:
instrumentationName- The instrumentation name to get span metrics.
-
getInstance
static SpanMetricRegistry getInstance()
Get the registry instance according the telemetry status.
-
-
-
-