File tree Expand file tree Collapse file tree 4 files changed +1
-111
lines changed
spring-cloud-sleuth-otel-autoconfigure
java/org/springframework/cloud/sleuth/autoconfig/otel/wavefront Expand file tree Collapse file tree 4 files changed +1
-111
lines changed Original file line number Diff line number Diff line change 7070 <opentelemetry .version>1.1.0</opentelemetry .version>
7171 <opentelemetry .alpha.version>1.1.0-alpha</opentelemetry .alpha.version>
7272 <opentelemetry-instrumentation .version>1.1.0-alpha</opentelemetry-instrumentation .version>
73- <wavefront .version>2.2.0-SNAPSHOT</wavefront .version>
7473 <spring-security-boot-autoconfigure .version>2.3.4.RELEASE</spring-security-boot-autoconfigure .version>
7574 <disable .nohttp.checks>false</disable .nohttp.checks>
7675 <okhttp .version>4.9.0</okhttp .version>
303302 <artifactId >jsr305</artifactId >
304303 <version >${jsr305.version} </version >
305304 </dependency >
306- <dependency >
307- <groupId >com.wavefront</groupId >
308- <artifactId >wavefront-spring-boot-bom</artifactId >
309- <version >${wavefront.version} </version >
310- <type >pom</type >
311- <scope >import</scope >
312- </dependency >
313305 </dependencies >
314306 </dependencyManagement >
315307
Original file line number Diff line number Diff line change 5050 <artifactId >spring-boot-configuration-processor</artifactId >
5151 <optional >true</optional >
5252 </dependency >
53- <dependency >
54- <groupId >com.wavefront</groupId >
55- <artifactId >wavefront-spring-boot</artifactId >
56- <optional >true</optional >
57- </dependency >
5853
5954 <dependency >
6055 <groupId >javax.jms</groupId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
33org.springframework.cloud.sleuth.autoconfig.otel.OtelAutoConfiguration,\
44org.springframework.cloud.sleuth.autoconfig.otel.MultipleTracerAutoConfigurationsDetector,\
55org.springframework.cloud.sleuth.autoconfig.otel.instrument.opentracing.OtelOpentracingAutoConfiguration,\
6- org.springframework.cloud.sleuth.autoconfig.otel.zipkin2.ZipkinOtelAutoConfiguration,\
7- org.springframework.cloud.sleuth.autoconfig.otel.wavefront.WavefrontOtelAutoConfiguration
6+ org.springframework.cloud.sleuth.autoconfig.otel.zipkin2.ZipkinOtelAutoConfiguration
You can’t perform that action at this time.
0 commit comments