Package | Description |
---|---|
com.oracle.bmc.apmtraces.model | |
com.oracle.bmc.apmtraces.responses |
Modifier and Type | Method and Description |
---|---|
Span |
Span.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Span> |
Trace.getSpans()
An array of spans in the trace.
|
Modifier and Type | Method and Description |
---|---|
Span.Builder |
Span.Builder.copy(Span model) |
Modifier and Type | Method and Description |
---|---|
Trace.Builder |
Trace.Builder.spans(List<Span> spans)
An array of spans in the trace.
|
Constructor and Description |
---|
Trace(String key,
String rootSpanOperationName,
Date timeEarliestSpanStarted,
Date timeLatestSpanEnded,
Integer spanCount,
Integer errorSpanCount,
String rootSpanServiceName,
Date timeRootSpanStarted,
Date timeRootSpanEnded,
Integer rootSpanDurationInMs,
Integer traceDurationInMs,
Boolean isFault,
String traceStatus,
String traceErrorType,
String traceErrorCode,
List<TraceServiceSummary> serviceSummaries,
Trace.SourceName sourceName,
TraceSpanSummary spanSummary,
List<Span> spans)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Span |
GetSpanResponse.getSpan()
The returned
Span instance. |
Modifier and Type | Method and Description |
---|---|
GetSpanResponse.Builder |
GetSpanResponse.Builder.span(Span span)
The returned
Span instance. |
Copyright © 2016–2024. All rights reserved.