static TraceSpanSummary.Builder |
TraceSpanSummary.builder() |
Create a new builder.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.copy(TraceSpanSummary model) |
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.errorSpanCount(Integer errorSpanCount) |
The number of spans with errors that have been processed by the system for the trace.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.isFault(Boolean isFault) |
Boolean flag that indicates whether the trace has an error.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.key(String key) |
Unique identifier (traceId) for the trace that represents the span set.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.rootSpanDurationInMs(Integer rootSpanDurationInMs) |
Time taken for the root span operation to complete in milliseconds.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.rootSpanOperationName(String rootSpanOperationName) |
Root span name associated with the trace.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.rootSpanServiceName(String rootSpanServiceName) |
Service associated with the trace.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.serviceSummaries(List<TraceServiceSummary> serviceSummaries) |
A summary of the spans by service.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.spanCount(Integer spanCount) |
The number of spans that have been processed by the system for the trace.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.timeEarliestSpanStarted(Date timeEarliestSpanStarted) |
Start time of the earliest span in the span collection.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.timeLatestSpanEnded(Date timeLatestSpanEnded) |
End time of the span that most recently ended in the span collection.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.timeRootSpanEnded(Date timeRootSpanEnded) |
End time of the root span for the span collection.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.timeRootSpanStarted(Date timeRootSpanStarted) |
Start time of the root span for the span collection.
|
TraceSpanSummary.Builder |
TraceSpanSummary.toBuilder() |
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.traceDurationInMs(Integer traceDurationInMs) |
Time between the start of the earliest span and the end of the most recent span in
milliseconds.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.traceErrorCode(String traceErrorCode) |
Error code of the trace.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.traceErrorType(String traceErrorType) |
Error type of the trace.
|
TraceSpanSummary.Builder |
TraceSpanSummary.Builder.traceStatus(String traceStatus) |
The status of the trace.
|