Uses of Enum
org.springframework.cloud.sleuth.autoconfig.actuate.TextOutputFormat
Packages that use TextOutputFormat
-
Uses of TextOutputFormat in org.springframework.cloud.sleuth.autoconfig.actuate
Methods in org.springframework.cloud.sleuth.autoconfig.actuate that return TextOutputFormatModifier and TypeMethodDescriptionstatic TextOutputFormatReturns 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.Methods in org.springframework.cloud.sleuth.autoconfig.actuate with parameters of type TextOutputFormatModifier and TypeMethodDescriptionorg.springframework.boot.actuate.endpoint.web.WebEndpointResponse<Object>TracesScrapeEndpoint.spans(TextOutputFormat format) org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<Object>TracesScrapeEndpoint.spansSnapshot(TextOutputFormat format) FinishedSpanWriter.write(TextOutputFormat format, List<org.springframework.cloud.sleuth.exporter.FinishedSpan> spans) Writes the spans in a given format to String.