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 voidaddAttribute(String key, String value)Stringname()StringspanId()StringtraceId()-
Methods inherited from interface java.lang.AutoCloseable
close
-
-