Skip to content

Commit

Permalink
chore: replace @opentelemetry/opentelemetry-context-base with @opente…
Browse files Browse the repository at this point in the history
…lemetry/context-base (#925)
  • Loading branch information
shivkanya9146 authored Apr 3, 2020
1 parent b0e8a5c commit de0e26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This is done by wrapping all tracing-relevant functions.

This instrumentation code will automatically
- extract a trace-context identifier from inbound requests to allow distributed tracing (if applicable)
- make sure that this current trace-context is propagated while the transaction traverses an application (see [@opentelemetry/opentelemetry-context-base](https://github.com/open-telemetry/opentelemetry-js/blob/master/packages/opentelemetry-context-base/README.md) for an in-depth explanation)
- make sure that this current trace-context is propagated while the transaction traverses an application (see [@opentelemetry/context-base](https://github.com/open-telemetry/opentelemetry-js/blob/master/packages/opentelemetry-context-base/README.md) for an in-depth explanation)
- add this trace-context identifier to outbound requests to allow continuing the distributed trace on the next hop (if applicable)
- create and end spans

Expand Down

0 comments on commit de0e26e

Please sign in to comment.