File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
spring-cloud-sleuth-otel-autoconfigure
tests/otel/spring-cloud-sleuth-instrumentation-actuator-tests Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 212212 <artifactId >opentelemetry-exporter-otlp-common</artifactId >
213213 <optional >true</optional >
214214 </dependency >
215+ <dependency >
216+ <groupId >io.opentelemetry</groupId >
217+ <artifactId >opentelemetry-proto</artifactId >
218+ <optional >true</optional >
219+ </dependency >
215220
216221 <!-- Zipkin -->
217222 <dependency >
Original file line number Diff line number Diff line change 9595 <groupId >io.opentelemetry</groupId >
9696 <artifactId >opentelemetry-exporter-otlp-common</artifactId >
9797 </dependency >
98+ <dependency >
99+ <groupId >io.opentelemetry</groupId >
100+ <artifactId >opentelemetry-proto</artifactId >
101+ </dependency >
98102 </dependencies >
99103
100104</project >
You can’t perform that action at this time.
0 commit comments