Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static Span.SourceName |
Span.SourceName.create(String key) |
Span.SourceName |
Span.getSourceName()
Source of span (spans, syn_spans).
|
static Span.SourceName |
Span.SourceName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Span.SourceName[] |
Span.SourceName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Span.Builder |
Span.Builder.sourceName(Span.SourceName sourceName)
Source of span (spans, syn_spans).
|
Constructor and Description |
---|
Span(String key,
String parentSpanKey,
String traceKey,
Date timeStarted,
Date timeEnded,
Long durationInMs,
String operationName,
String serviceName,
String kind,
List<Tag> tags,
Map<String,TagMetadata> tagsMetadata,
List<SpanLogCollection> logs,
Boolean isError,
Span.SourceName sourceName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.