| Package | Description |
|---|---|
| org.springframework.cloud.sleuth | |
| org.springframework.cloud.sleuth.docs | |
| org.springframework.cloud.sleuth.exporter | |
| org.springframework.cloud.sleuth.http |
| Modifier and Type | Method and Description |
|---|---|
static Span.Kind |
Span.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Span.Kind[] |
Span.Kind.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.kind(Span.Kind spanKind)
Sets the kind on the span.
|
| Modifier and Type | Method and Description |
|---|---|
default AssertingSpanBuilder |
AssertingSpanBuilder.kind(Span.Kind spanKind) |
| Modifier and Type | Method and Description |
|---|---|
Span.Kind |
FinishedSpan.getKind() |
| Modifier and Type | Method and Description |
|---|---|
default Span.Kind |
HttpClientResponse.spanKind() |
default Span.Kind |
HttpServerResponse.spanKind() |
default Span.Kind |
HttpClientRequest.spanKind() |
Span.Kind |
Response.spanKind() |
Span.Kind |
Request.spanKind() |
default Span.Kind |
HttpServerRequest.spanKind() |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.