public interface SpanMXBean
| Modifier and Type | Method and Description |
|---|---|
Long |
getAvgSpanCreationTime()
Get the average span creation time.
|
Long |
getAvgSpanDuration()
Get the the average duration of a span.
|
String |
getMaxDurationSpanId()
Return the id of the span that took the maximum time to finish.
|
Long |
getMaxSpanCreationTime()
Get the max time spent to create a span.
|
Long |
getMaxSpanDuration()
Return the longest duration that a span took to complete.
|
Long |
getTotalFinishedSpans()
Return the totalnumber of spans that were closed.
|
Long |
getTotalSpans()
Return the total number of spans created so far.
|
Long getTotalSpans()
Long getMaxSpanCreationTime()
Long getAvgSpanCreationTime()
Long getMaxSpanDuration()
Span.finish()
method had already been invoked.Long getAvgSpanDuration()
String getMaxDurationSpanId()
Long getTotalFinishedSpans()
Copyright © 2020. All rights reserved.