Skip to content

Commit

Permalink
Merge pull request #962 from SimunKaracic/enable-spring-by-default
Browse files Browse the repository at this point in the history
Enable spring by default
  • Loading branch information
SimunKaracic authored Mar 22, 2021
2 parents fb33a60 + 33f3f4d commit 0a899bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ lazy val `kamon-spring` = (project in file("instrumentation/kamon-spring"))
.settings(
fork in (Test,run) := true,
libraryDependencies ++= Seq(
// check that dependencies are shaded
kanelaAgent % "provided",
"org.springframework.boot" % "spring-boot-starter-web" % "2.4.2" % "provided",
"org.springframework.boot" % "spring-boot-starter-webflux" % "2.4.2" % "provided",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ kanela {
spring {
name = "Spring instrumentation"
description = "Provides tracing and context propagation for Spring framework components"
enabled = no
instrumentations = [
"kamon.instrumentation.spring.server.SpringMVCInstrumentation",
"kamon.instrumentation.spring.client.SpringWebClientInstrumentation"
Expand Down

0 comments on commit 0a899bd

Please sign in to comment.