Skip to content

Commit

Permalink
Merge pull request #25 from ExpediaDotCom/starttime
Browse files Browse the repository at this point in the history
updating starttime unit
  • Loading branch information
vsen authored May 18, 2018
2 parents cdd2b51 + a1bc4bc commit 3a18874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fakespans/fakespans.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func generateSpan(epochTimeInSecs int64, traceid string, parentid string) span.S
SpanId: uuid.NewRandom().String(),
ParentSpanId: parentid,
OperationName: operationName,
StartTime: epochTimeInSecs * 1000,
StartTime: epochTimeInSecs * 1000 * 1000 ,
Duration: int64(rand.Int31()),
ServiceName: serviceName,
}
Expand Down

0 comments on commit 3a18874

Please sign in to comment.