Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
SpanLogCollection |
SpanLogCollection.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SpanLogCollection> |
Span.getLogs()
List of logs associated with the span.
|
Modifier and Type | Method and Description |
---|---|
SpanLogCollection.Builder |
SpanLogCollection.Builder.copy(SpanLogCollection model) |
Modifier and Type | Method and Description |
---|---|
Span.Builder |
Span.Builder.logs(List<SpanLogCollection> logs)
List of logs associated with 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.