File tree 2 files changed +0
-2
lines changed
instrumentation/kamon-spring/src/main/resources
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,6 @@ lazy val `kamon-spring` = (project in file("instrumentation/kamon-spring"))
336
336
.settings(
337
337
fork in (Test ,run) := true ,
338
338
libraryDependencies ++= Seq (
339
- // check that dependencies are shaded
340
339
kanelaAgent % " provided" ,
341
340
" org.springframework.boot" % " spring-boot-starter-web" % " 2.4.2" % " provided" ,
342
341
" org.springframework.boot" % " spring-boot-starter-webflux" % " 2.4.2" % " provided" ,
Original file line number Diff line number Diff line change @@ -262,7 +262,6 @@ kanela {
262
262
spring {
263
263
name = "Spring instrumentation"
264
264
description = "Provides tracing and context propagation for Spring framework components"
265
- enabled = no
266
265
instrumentations = [
267
266
"kamon.instrumentation.spring.server.SpringMVCInstrumentation",
268
267
"kamon.instrumentation.spring.client.SpringWebClientInstrumentation"
You can’t perform that action at this time.
0 commit comments