Class TraceInformation


  • public class TraceInformation
    extends Object
    Generates a list of traces for an ID
    Since:
    2.0.0
    • Field Detail

      • level

        public int level
      • time

        public long time
      • start

        public long start
      • spanID

        public long spanID
      • location

        public String location
    • Constructor Detail

      • TraceInformation

        public TraceInformation()
      • TraceInformation

        public TraceInformation​(int level,
                                long time,
                                long start,
                                long spanID,
                                String location,
                                String name,
                                AddlInformation addlData)
        Generates a trace
        Parameters:
        level - Level of the trace
        time - Amount of time the trace ran
        start - Start time of the trace
        spanID - ID of the span
        location - Location of the trace
        name - Name of the trace
        addlData - Additional data for the trace