Uses of Class
org.springframework.cloud.sleuth.autoconfig.actuate.TextOutputFormat
-
Packages that use TextOutputFormat Package Description org.springframework.cloud.sleuth.autoconfig.actuate -
-
Uses of TextOutputFormat in org.springframework.cloud.sleuth.autoconfig.actuate
Methods in org.springframework.cloud.sleuth.autoconfig.actuate that return TextOutputFormat Modifier and Type Method Description static TextOutputFormatTextOutputFormat. 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.Methods in org.springframework.cloud.sleuth.autoconfig.actuate with parameters of type TextOutputFormat Modifier and Type Method 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)TFinishedSpanWriter. write(TextOutputFormat format, List<org.springframework.cloud.sleuth.exporter.FinishedSpan> spans)Writes the spans in a given format to String.
-