Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 3e98fc2

Browse files
committed
Remove old actuator Prometheus.
1 parent d99dff8 commit 3e98fc2

File tree

5 files changed

+0
-169
lines changed

5 files changed

+0
-169
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,10 @@
3232
<artifactId>spring-boot-starter-data-mongodb</artifactId>
3333
</dependency>
3434
<dependency>
35-
<groupId>org.springframework.boot</groupId>
36-
<artifactId>spring-boot-starter-actuator</artifactId>
37-
</dependency>
38-
<dependency>
3935
<groupId>org.springframework.cloud</groupId>
4036
<artifactId>spring-cloud-starter-zipkin</artifactId>
4137
<version>1.1.0.RELEASE</version>
4238
</dependency>
43-
<dependency>
44-
<groupId>io.prometheus</groupId>
45-
<artifactId>simpleclient</artifactId>
46-
<version>RELEASE</version>
47-
</dependency>
48-
<dependency>
49-
<groupId>io.prometheus</groupId>
50-
<artifactId>simpleclient_common</artifactId>
51-
<version>RELEASE</version>
52-
</dependency>
5339
<dependency>
5440
<groupId>org.springframework.data</groupId>
5541
<artifactId>spring-data-rest-hal-browser</artifactId>

src/main/java/works/weave/socks/cart/configuration/PrometheusEndpointContextConfiguration.java

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

src/main/java/works/weave/socks/cart/controllers/PrometheusEndpoint.java

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

src/main/java/works/weave/socks/cart/controllers/PrometheusMvcEndpoint.java

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

src/main/java/works/weave/socks/cart/monitoring/PrometheusMetricWriter.java

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

0 commit comments

Comments
 (0)