Skip to content

Commit d782773

Browse files
authored
Adds a pure javascript implementation of trace contexts (#571)
1 parent e99a85d commit d782773

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

implementations.md

+9
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,12 @@ This page contains an alphabetical list of projects and vendors that currently i
116116
| [JavaScript](https://github.com/open-telemetry/opentelemetry-js/blob/a49e7abdab3e313ad2b50a9445a885b3fd0d4783/packages/opentelemetry-core/src/context/propagation/HttpTraceContext.ts) | [1](https://www.w3.org/TR/trace-context-1/) |
117117
| [Python](https://github.com/open-telemetry/opentelemetry-python/blob/dbb3be802bae8e4e5c36748869dbc789e50de217/opentelemetry-api/src/opentelemetry/trace/__init__.py) | [1](https://www.w3.org/TR/trace-context-1/) |
118118
| [Ruby](https://github.com/open-telemetry/opentelemetry-ruby/blob/741ca61a934b05ecbaedffa56a830dc1821ca9a1/api/lib/opentelemetry/distributed_context/propagation/trace_parent.rb) | [1](https://www.w3.org/TR/trace-context-1/) |
119+
120+
## tctx
121+
122+
**Website:** [github.com/maraisr/tctx](https://github.com/maraisr/tctx)
123+
124+
**Implementations:**
125+
| Implementations | Specification Level |
126+
| --------------- | :-----------------: |
127+
| [JavaScript](https://github.com/maraisr/tctx) | [2](https://www.w3.org/TR/trace-context-2/) |

0 commit comments

Comments
 (0)