Skip to content

Commit 0a899bd

Browse files
authored
Merge pull request #962 from SimunKaracic/enable-spring-by-default
Enable spring by default
2 parents fb33a60 + 33f3f4d commit 0a899bd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ lazy val `kamon-spring` = (project in file("instrumentation/kamon-spring"))
336336
.settings(
337337
fork in (Test,run) := true,
338338
libraryDependencies ++= Seq(
339-
// check that dependencies are shaded
340339
kanelaAgent % "provided",
341340
"org.springframework.boot" % "spring-boot-starter-web" % "2.4.2" % "provided",
342341
"org.springframework.boot" % "spring-boot-starter-webflux" % "2.4.2" % "provided",

instrumentation/kamon-spring/src/main/resources/reference.conf

-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ kanela {
262262
spring {
263263
name = "Spring instrumentation"
264264
description = "Provides tracing and context propagation for Spring framework components"
265-
enabled = no
266265
instrumentations = [
267266
"kamon.instrumentation.spring.server.SpringMVCInstrumentation",
268267
"kamon.instrumentation.spring.client.SpringWebClientInstrumentation"

0 commit comments

Comments
 (0)