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 ScopedSpan
ScopedSpan. error(Throwable throwable)
Records an exception for this span.ScopedSpan
ScopedSpan. event(String value)
Sets an event on this span.ScopedSpan
ScopedSpan. name(String name)
Sets a name on this span.ScopedSpan
Tracer. startScopedSpan(String name)
Returns a new child span if there's aTracer.currentSpan()
or a new trace if there isn't.ScopedSpan
ScopedSpan. tag(String key, String value)
Sets a tag on this span.
-