Skip to content

Commit 25999d6

Browse files
authored
add opentelemetry-exporter-otlp (#1941)
[deploy]
1 parent 6acdc98 commit 25999d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN curl -fLo /tmp/cs https://github.com/coursier/launchers/raw/master/coursier
8989
&& mkdir -p /external_jars \
9090
&& chmod -R 775 /external_jars
9191

92-
RUN /tmp/cs fetch --classpath --cache /external_jars io.opentelemetry:opentelemetry-exporter-jaeger:1.28.0 io.grpc:grpc-netty:1.57.1 > /external_jars/.classpath.txt
92+
RUN /tmp/cs fetch --classpath --cache /external_jars io.opentelemetry:opentelemetry-exporter-otlp:1.28.0 io.opentelemetry:opentelemetry-exporter-jaeger:1.28.0 io.grpc:grpc-netty:1.57.1 > /external_jars/.classpath.txt
9393

9494
RUN chmod 664 /external_jars/.classpath.txt
9595

0 commit comments

Comments
 (0)