-
- All Implemented Interfaces:
-
com.datadog.trace.api.metrics.SpanMetricRegistry
public class SpanMetricRegistryImpl implements SpanMetricRegistry
The default SpanMetricRegistry implementation.
-
-
Method Summary
Modifier and Type Method Description static SpanMetricRegistryImplgetInstance()SpanMetricsget(String instrumentationName)Get the span metrics for an instrumentation. Stringsummary()-
-
Method Detail
-
getInstance
static SpanMetricRegistryImpl getInstance()
-
get
SpanMetrics get(String instrumentationName)
Get the span metrics for an instrumentation.
- Parameters:
instrumentationName- The instrumentation name to get span metrics.
-
-
-
-