Class Trace2SpanDto

java.lang.Object
io.datarouter.instrumentation.trace.Trace2SpanDto

public class Trace2SpanDto extends Object
  • Field Details

    • traceparent

      public final Traceparent traceparent
    • parentThreadId

      public final Long parentThreadId
    • sequence

      public final Integer sequence
    • parentSequence

      public final Integer parentSequence
    • name

      public final String name
    • groupType

      public final TraceSpanGroupType groupType
    • created

      public final Long created
  • Constructor Details

  • Method Details

    • getTraceparent

      public Traceparent getTraceparent()
    • getParentThreadId

      public Long getParentThreadId()
    • getSequence

      public Integer getSequence()
    • getParentSequence

      public Integer getParentSequence()
    • getParentSequenceOrMinusOne

      public Integer getParentSequenceOrMinusOne()
    • getName

      public String getName()
    • getInfo

      public String getInfo()
    • setInfo

      public void setInfo(String info)
    • getCreated

      public Long getCreated()
    • setEnded

      public void setEnded(long ended)
    • getEnded

      public Long getEnded()
    • markFinish

      public void markFinish()
    • getCpuTimeCreatedNs

      public Long getCpuTimeCreatedNs()
    • setCpuTimeCreated

      public void setCpuTimeCreated(Long cpuTimeCreatedNs)
    • getCpuTimeEndedNs

      public Long getCpuTimeEndedNs()
    • setCpuTimeEndedNs

      public void setCpuTimeEndedNs(Long cpuTimeEndedNs)
    • getMemoryAllocatedBytesBegin

      public Long getMemoryAllocatedBytesBegin()
    • setMemoryAllocatedBegin

      public void setMemoryAllocatedBegin(Long memoryAllocatedBytesBegin)
    • getMemoryAllocatedBytesEnded

      public Long getMemoryAllocatedBytesEnded()
    • setMemoryAllocatedBytesEnded

      public void setMemoryAllocatedBytesEnded(Long memoryAllocatedBytesEnded)