public interface SpanCollectorMetricsHandler
| 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.
|
void incrementAcceptedSpans(int quantity)
quantity - the number of spans accepted.void incrementDroppedSpans(int quantity)
quantity - the number of spans dropped.Copyright © 2016. All rights reserved.