Skip to content

Commit 5a46936

Browse files
Removed Wavefront support
1 parent 75dc4a5 commit 5a46936

File tree

4 files changed

+1
-111
lines changed

4 files changed

+1
-111
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
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>
@@ -303,13 +302,6 @@
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

spring-cloud-sleuth-otel-autoconfigure/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
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>

spring-cloud-sleuth-otel-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/otel/wavefront/WavefrontOtelAutoConfiguration.java

Lines changed: 0 additions & 96 deletions
This file was deleted.

spring-cloud-sleuth-otel-autoconfigure/src/main/resources/META-INF/spring.factories

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
33
org.springframework.cloud.sleuth.autoconfig.otel.OtelAutoConfiguration,\
44
org.springframework.cloud.sleuth.autoconfig.otel.MultipleTracerAutoConfigurationsDetector,\
55
org.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

0 commit comments

Comments
 (0)