public class EmptySpanCollectorMetricsHandler extends Object implements SpanCollectorMetricsHandler
| Constructor and Description |
|---|
EmptySpanCollectorMetricsHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
incrementAcceptedSpans(int quantity)
Called when spans are submitted to SpanCollector for processing.
|
void |
incrementDroppedSpans(int quantity)
Called when spans become lost for any reason and won't be delivered to the target collector.
|
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 © 2016. All rights reserved.