public class SpanUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
captureException(io.opentracing.Span span,
Exception ex)
Add appropriate error tags and logs to a span when an exception occurs
|
public static void captureException(io.opentracing.Span span,
Exception ex)
span - the span "monitoring" the code which threw the exceptionex - captured exceptionCopyright © 2017–2018. All rights reserved.