From 9e3dc0ca9ea942a79f06ecbb5cee2007e51251aa Mon Sep 17 00:00:00 2001 From: Kelvin Mungai Date: Wed, 14 Oct 2020 20:12:28 +0300 Subject: [PATCH] Update zipkin config (#114) --- code/service/src/main/resources/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/service/src/main/resources/application.conf b/code/service/src/main/resources/application.conf index a50d6f19..b2a32456 100644 --- a/code/service/src/main/resources/application.conf +++ b/code/service/src/main/resources/application.conf @@ -455,7 +455,7 @@ kamon { enabled = false enabled = ${?JAEGER_ENABLED} } - zipkin { + zipkin-reporter { enabled = false enabled = ${?ZIPKIN_ENABLED} }