Commit 378ce2ca authored by witskeeper's avatar witskeeper Committed by Lemon

fix:issue#157 (#160)

use ServiceInstanceId here
parent 9aa7346a
...@@ -37,7 +37,7 @@ namespace SkyApm.Transport ...@@ -37,7 +37,7 @@ namespace SkyApm.Transport
{ {
SegmentId = MapUniqueId(segmentContext.SegmentId), SegmentId = MapUniqueId(segmentContext.SegmentId),
ServiceId = segmentContext.ServiceId, ServiceId = segmentContext.ServiceId,
ServiceInstanceId = segmentContext.ServiceId ServiceInstanceId = segmentContext.ServiceInstanceId
}; };
segmentRequest.Segment = segmentObjectRequest; segmentRequest.Segment = segmentObjectRequest;
var span = new SpanRequest var span = new SpanRequest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment