| Package | Description |
|---|---|
| org.springframework.cloud.sleuth.autoconfig.actuate |
| Modifier and Type | Method and Description |
|---|---|
static TextOutputFormat |
TextOutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextOutputFormat[] |
TextOutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<Object> |
TracesScrapeEndpoint.spans(TextOutputFormat format) |
org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<Object> |
TracesScrapeEndpoint.spansSnapshot(TextOutputFormat format) |
T |
FinishedSpanWriter.write(TextOutputFormat format,
List<org.springframework.cloud.sleuth.exporter.FinishedSpan> spans)
Writes the spans in a given format to String.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.