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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Specifically:
12
12
13
13
*`anonmapping-java` is a proof of concept port of `anonmapping-clib` to pure Java, without any dependencies.
14
14
15
+
*`otel-java-extension-demo` provides a small Java test app + an OTEL Java SDK extension so that an app instrumented using the SDK can publish the process context automatically. It's based on `anonmapping-java`.
16
+
15
17
*`anonmapping-clib-msgpack` provides an earlier version of the reference C implementation for publishing the process-level data using msgpack as a payload:
16
18
* (This version is otherwise the same as the protobuf-based version)
17
19
* There's also a pure-go port of this code in https://github.com/DataDog/dd-trace-go/pull/3937
0 commit comments