Interface ITraceProvider.ISpan
-
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
- ITraceProvider
public static interface ITraceProvider.ISpan extends AutoCloseable
This type describes a span for Deep to use as a dynamic Span, it gives a common interface for allITraceProvider
's.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAttribute(String key, String value)
String
name()
String
spanId()
String
traceId()
-
Methods inherited from interface java.lang.AutoCloseable
close
-
-