Skip to content

Commit

Permalink
Fixed error of lost traceID in document
Browse files Browse the repository at this point in the history
Signed-off-by: helloworlde <hellowoodes@gmail.com>
  • Loading branch information
helloworlde committed Sep 6, 2022
1 parent d3844bc commit 1bb176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
ctx := context.Background()

// enable tracing
ctx, root := minitrace.StartRootSpan(ctx, "root", 0, nil)
ctx, root := minitrace.StartRootSpan(ctx, "root", 10010, 0, nil)

root.AddProperty("k1", "v1")

Expand Down

0 comments on commit 1bb176f

Please sign in to comment.