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: content/en/tko/session-6/docs/lambda.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,8 +295,8 @@ Look at all these differences!
295
295
296
296
Notice how we are now importing some OpenTelemetry libraries directly into our function to handle some of the manual instrumenation tasks we require.
297
297
298
-
We are using https://www.npmjs.com/package/@opentelemetry/api to manipulate the tracing logic in our functions.
299
-
We are using https://www.npmjs.com/package/@opentelemetry/core to access the **Propagator** objects that we will use to manually propagate our context with.
298
+
We are using <https://www.npmjs.com/package/@opentelemetry/api> to manipulate the tracing logic in our functions.
299
+
We are using <https://www.npmjs.com/package/@opentelemetry/core> to access the **Propagator** objects that we will use to manually propagate our context with.
300
300
301
301
The bellow code executes the following steps inside the Producer function:
302
302
@@ -425,8 +425,8 @@ Note how the *Trace ID* is something that makes up the trace *context* that we p
425
425
426
426
You can read up on the two common propagation standards:
0 commit comments