| Package | Description |
|---|---|
| org.springframework.cloud.sleuth |
| Modifier and Type | Method and 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 a
Tracer.currentSpan() or a new trace if
there isn't. |
ScopedSpan |
ScopedSpan.tag(String key,
String value)
Sets a tag on this span.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.