Interface InMemorySpanLog
public interface InMemorySpanLog
A entry that corresponds to
Span.log(long, String)
events.-
Method Summary
Modifier and TypeMethodDescriptionlong
Get the microseconds since epoch for thisInMemorySpanLog
.Get the name of the event for thisInMemorySpanLog
.fields()
Get the fields associated with thisInMemorySpanLog
.
-
Method Details
-
epochMicros
long epochMicros()Get the microseconds since epoch for thisInMemorySpanLog
.- Returns:
- the microseconds since epoch for this
InMemorySpanLog
.
-
eventName
String eventName()Get the name of the event for thisInMemorySpanLog
.- Returns:
- the name of the event for this
InMemorySpanLog
.
-
fields
Get the fields associated with thisInMemorySpanLog
.- Returns:
- the fields associated with this
InMemorySpanLog
.
-