Class TraceDescription

java.lang.Object
com.yahoo.vespa.streamingvisitors.tracing.TraceDescription

public class TraceDescription extends Object
High-level description of a trace and the actual trace itself. Used to provide more information to logs etc than just the trace tree. The description will usually contain context for the trace, such as the orginal query string, desired timeout etc.
  • Constructor Details

    • TraceDescription

      public TraceDescription(com.yahoo.messagebus.Trace trace, String description)
  • Method Details

    • getTrace

      public com.yahoo.messagebus.Trace getTrace()
    • getDescription

      public String getDescription()