From 935dad653cdc3e6ae0552be325e8a5633b2bb1d9 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 11 Sep 2017 18:26:20 +0200 Subject: [PATCH] set example port to zipkin default --- conf/defaults.ini | 2 +- conf/sample.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index bf60d4300c0..a594bd018de 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -454,7 +454,7 @@ url = https://grafana.com #################################### Distributed tracing ############ [tracing.jaeger] -# jaeger destination (ex localhost:5775) +# jaeger destination (ex localhost:6831) address = #################################### External Image Storage ############## diff --git a/conf/sample.ini b/conf/sample.ini index 706ede8899f..4c83860bb7f 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -393,8 +393,8 @@ #################################### Distributed tracing ############ [tracing.jaeger] -# Enable by setting the address sending traces to jaeger (ex localhost:5775) -;address = localhost:5775 +# Enable by setting the address sending traces to jaeger (ex localhost:6831) +;address = localhost:6831 #################################### Grafana.com integration ########################## # Url used to to import dashboards directly from Grafana.com