示例#1
0
 public SpanRef(SpanRefType refType, long traceIdLow, long traceIdHigh, long spanId) : this()
 {
     this.RefType     = refType;
     this.TraceIdLow  = traceIdLow;
     this.TraceIdHigh = traceIdHigh;
     this.SpanId      = spanId;
 }
 private static string ConvertRefType(SpanRefType refType) =>
 refType switch
 {