Skip to content

Commit f74936e

Browse files
committed
add observability dependencies into pom.xml
1 parent ac49674 commit f74936e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,25 @@
6262
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
6363
</dependency>
6464

65+
<!-- Observability dependencies -->
66+
<dependency>
67+
<groupId>org.springframework.boot</groupId>
68+
<artifactId>spring-boot-starter-actuator</artifactId>
69+
</dependency>
70+
<dependency>
71+
<groupId>io.micrometer</groupId>
72+
<artifactId>micrometer-registry-prometheus</artifactId>
73+
<scope>runtime</scope>
74+
</dependency>
75+
<dependency>
76+
<groupId>io.micrometer</groupId>
77+
<artifactId>micrometer-tracing-bridge-otel</artifactId>
78+
</dependency>
79+
<dependency>
80+
<groupId>io.opentelemetry</groupId>
81+
<artifactId>opentelemetry-exporter-zipkin</artifactId>
82+
</dependency>
83+
6584
<!-- Testing dependencies -->
6685
<dependency>
6786
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)