File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 204204 <artifactId >spring-boot-starter-actuator</artifactId >
205205 </dependency >
206206
207- <!-- Micrometer Tracing for distributed tracing -->
207+ <!-- Observability (metrics, tracing, health, logging) -->
208208 <dependency >
209- <groupId >io.micrometer</groupId >
210- <artifactId >micrometer-tracing</artifactId >
211- </dependency >
212- <dependency >
213- <groupId >io.micrometer</groupId >
214- <artifactId >micrometer-tracing-bridge-brave</artifactId >
215- </dependency >
216- <dependency >
217- <groupId >io.zipkin.reporter2</groupId >
218- <artifactId >zipkin-reporter-brave</artifactId >
219- </dependency >
220-
221- <!-- Logback JSON Encoder -->
222- <dependency >
223- <groupId >net.logstash.logback</groupId >
224- <artifactId >logstash-logback-encoder</artifactId >
225- </dependency >
226-
227- <!-- Janino for logback conditional expressions -->
228- <dependency >
229- <groupId >org.codehaus.janino</groupId >
230- <artifactId >janino</artifactId >
209+ <groupId >org.fireflyframework</groupId >
210+ <artifactId >fireflyframework-observability</artifactId >
211+ <version >${project.version} </version >
231212 </dependency >
232213
233214 <!-- Lombok for reducing boilerplate code -->
You can’t perform that action at this time.
0 commit comments