Class RecentTracesInformation


  • public class RecentTracesInformation
    extends Object
    Generates a recent trace
    Since:
    2.0.0
    • Field Detail

      • avg

        public Long avg
      • total

        public int total
      • min

        public long min
      • max

        public long max
      • histogram

        public long[] histogram
    • Constructor Detail

      • RecentTracesInformation

        public RecentTracesInformation()
      • RecentTracesInformation

        public RecentTracesInformation​(String type)
        Adds the type of the trace
        Parameters:
        type - Trace type
    • Method Detail

      • addSpan

        public void addSpan​(RemoteSpan span)
        Adds a span for the trace
        Parameters:
        span - Remote span to obtain information