Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static Trace.SourceName |
Trace.SourceName.create(String key) |
Trace.SourceName |
Trace.getSourceName()
Source of trace (traces, syn_traces).
|
static Trace.SourceName |
Trace.SourceName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trace.SourceName[] |
Trace.SourceName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Trace.Builder |
Trace.Builder.sourceName(Trace.SourceName sourceName)
Source of trace (traces, syn_traces).
|
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.
|
Copyright © 2016–2024. All rights reserved.