public interface SpanMetricReporter
| Modifier and Type | Method and Description |
|---|---|
void |
incrementAcceptedSpans(long quantity)
Called when spans are submitted to span collector for processing.
|
void |
incrementDroppedSpans(long quantity)
Called when spans become lost for any reason and won't be delivered to the target collector.
|
void incrementAcceptedSpans(long quantity)
quantity - the number of spans accepted.void incrementDroppedSpans(long quantity)
quantity - the number of spans dropped.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.