Interface InMemorySpanLog
-
public interface InMemorySpanLogA entry that corresponds toSpan.log(long, String)events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longepochMicros()Get the microseconds since epoch for thisInMemorySpanLog.java.lang.StringeventName()Get the name of the event for thisInMemorySpanLog.java.util.Map<java.lang.String,?>fields()Get the fields associated with thisInMemorySpanLog.
-
-
-
Method Detail
-
epochMicros
long epochMicros()
Get the microseconds since epoch for thisInMemorySpanLog.- Returns:
- the microseconds since epoch for this
InMemorySpanLog.
-
eventName
java.lang.String eventName()
Get the name of the event for thisInMemorySpanLog.- Returns:
- the name of the event for this
InMemorySpanLog.
-
fields
@Nullable java.util.Map<java.lang.String,?> fields()
Get the fields associated with thisInMemorySpanLog.- Returns:
- the fields associated with this
InMemorySpanLog.
-
-