Uses of Interface
org.springframework.cloud.sleuth.ScopedSpan
-
Packages that use ScopedSpan Package Description org.springframework.cloud.sleuth -
-
Uses of ScopedSpan in org.springframework.cloud.sleuth
Methods in org.springframework.cloud.sleuth that return ScopedSpan Modifier and Type Method Description ScopedSpanScopedSpan. error(Throwable throwable)Records an exception for this span.ScopedSpanScopedSpan. event(String value)Sets an event on this span.ScopedSpanScopedSpan. name(String name)Sets a name on this span.ScopedSpanTracer. startScopedSpan(String name)Returns a new child span if there's aTracer.currentSpan()or a new trace if there isn't.ScopedSpanScopedSpan. tag(String key, String value)Sets a tag on this span.
-