You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: nodejs/lesson02/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ INFO Reporting span e0908f7e4104c7f9:e0908f7e4104c7f9:0:1
83
83
84
84
We got three spans, but there is a problem here. The first hexadecimal segment of the output represents Jaeger trace ID, yet they are all different. If we search for those IDs in the UI each one will represent a standalone trace with a single span. That's not what we wanted!
85
85
86
-
What we really wanted was to establish a causal relationship between the two new spans to the root span. We can do that by passing an additional option to the `startSpan` function:
86
+
What we really wanted was to establish a causal relationship between the two new spans to the root span. We can do that by passing an additional option `childOf`to the `startSpan` function:
0 commit comments