SpanCollectorMetricsHandlerzipkin2.spanReporter.ReporterMetrics#NOOP_METRICS@Deprecated public class EmptySpanCollectorMetricsHandler extends java.lang.Object implements SpanCollectorMetricsHandler
| Constructor | Description |
|---|---|
EmptySpanCollectorMetricsHandler() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
incrementAcceptedSpans(int quantity) |
Deprecated.
Called when spans are submitted to SpanCollector for processing.
|
void |
incrementDroppedSpans(int quantity) |
Deprecated.
Called when spans become lost for any reason and won't be delivered to the target collector.
|
public EmptySpanCollectorMetricsHandler()
public void incrementAcceptedSpans(int quantity)
SpanCollectorMetricsHandlerincrementAcceptedSpans in interface SpanCollectorMetricsHandlerquantity - the number of spans accepted.public void incrementDroppedSpans(int quantity)
SpanCollectorMetricsHandlerincrementDroppedSpans in interface SpanCollectorMetricsHandlerquantity - the number of spans dropped.Copyright © 2018 OpenZipkin. All rights reserved.