Interface InMemorySpanLog


  • public interface InMemorySpanLog
    A entry that corresponds to Span.log(long, String) events.
    • Method Detail

      • epochMicros

        long epochMicros()
        Get the microseconds since epoch for this InMemorySpanLog.
        Returns:
        the microseconds since epoch for this InMemorySpanLog.
      • eventName

        java.lang.String eventName()
        Get the name of the event for this InMemorySpanLog.
        Returns:
        the name of the event for this InMemorySpanLog.
      • fields

        @Nullable
        java.util.Map<java.lang.String,​?> fields()
        Get the fields associated with this InMemorySpanLog.
        Returns:
        the fields associated with this InMemorySpanLog.