-
Hi, I am using OpenTelemetry api & sdk as third-party libs for my project. Does anyone know about how to find the fourth-party dependencies used by OT api & sdk? I have tried the command However, I do see some external dependencies in "io.opentelemetry:opentelemetry-context", like "io.grpc.grpc-context" and "io.zipkin.brave". See here (https://github.com/open-telemetry/opentelemetry-java/blob/7c9ea8b0f6340513908d188eb0d2fb1f4712d6fa/context/build.gradle.kts). Am I misunderstanding something? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We intentionally have no external dependencies for the core API and sdk. The dependencies you see for the context are test dependencies only. |
Beta Was this translation helpful? Give feedback.
We intentionally have no external dependencies for the core API and sdk. The dependencies you see for the context are test dependencies only.