Skip to content

Commit b94185e

Browse files
committed
[tracing] Bring in OpenTelemtry APIs
1 parent 0e29f02 commit b94185e

File tree

2 files changed

+1277
-1008
lines changed

2 files changed

+1277
-1008
lines changed

java/maven_deps.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ def selenium_java_deps():
2323
"io.netty:netty-common:%s" % netty_version,
2424
"io.netty:netty-handler:%s" % netty_version,
2525
"io.netty:netty-transport:%s" % netty_version,
26+
"io.opentelemetry:opentelemetry-api:0.2.0",
27+
"io.opentelemetry:opentelemetry-exporters-logging:0.2.0",
28+
"io.opentelemetry:opentelemetry-exporters-inmemory:0.2.0",
2629
"io.opentracing:opentracing-api:0.33.0",
2730
"io.opentracing:opentracing-noop:0.33.0",
2831
"io.opentracing.contrib:opentracing-tracerresolver:0.1.8",

0 commit comments

Comments
 (0)