Skip to content

Commit

Permalink
Update zipkin config (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
klvmungai authored Oct 14, 2020
1 parent 8150d7a commit 9e3dc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/service/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ kamon {
enabled = false
enabled = ${?JAEGER_ENABLED}
}
zipkin {
zipkin-reporter {
enabled = false
enabled = ${?ZIPKIN_ENABLED}
}
Expand Down

0 comments on commit 9e3dc0c

Please sign in to comment.