File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments