Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
TagMetadata |
TagMetadata.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,TagMetadata> |
Span.getTagsMetadata()
Metadata about the tags in the span.
|
Modifier and Type | Method and Description |
---|---|
TagMetadata.Builder |
TagMetadata.Builder.copy(TagMetadata model) |
Modifier and Type | Method and Description |
---|---|
Span.Builder |
Span.Builder.tagsMetadata(Map<String,TagMetadata> tagsMetadata)
Metadata about the tags in the span.
|
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.