Browse Source

set example port to zipkin default

bergquist 8 years ago
parent
commit
935dad653c
2 changed files with 3 additions and 3 deletions
  1. 1 1
      conf/defaults.ini
  2. 2 2
      conf/sample.ini

+ 1 - 1
conf/defaults.ini

@@ -454,7 +454,7 @@ url = https://grafana.com
 
 
 #################################### Distributed tracing ############
 #################################### Distributed tracing ############
 [tracing.jaeger]
 [tracing.jaeger]
-# jaeger destination (ex localhost:5775)
+# jaeger destination (ex localhost:6831)
 address =
 address =
 
 
 #################################### External Image Storage ##############
 #################################### External Image Storage ##############

+ 2 - 2
conf/sample.ini

@@ -393,8 +393,8 @@
 
 
 #################################### Distributed tracing ############
 #################################### Distributed tracing ############
 [tracing.jaeger]
 [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  ##########################
 #################################### Grafana.com integration  ##########################
 # Url used to to import dashboards directly from Grafana.com
 # Url used to to import dashboards directly from Grafana.com