예제 #1
0
 public TraceSegment()
 {
     TraceSegmentId       = GlobalIdGenerator.Generate();
     _spans               = new List <AbstractTracingSpan>();
     _relatedGlobalTraces = new DistributedTraceIdCollection();
     _relatedGlobalTraces.Append(new NewDistributedTraceId());
     _refs = new List <ITraceSegmentRef>();
 }