makes jaeger tracing configurable

This commit is contained in:
bergquist
2017-09-18 11:08:58 +02:00
parent f160ad3bc8
commit a234e894bb
4 changed files with 91 additions and 28 deletions
+5
View File
@@ -391,6 +391,11 @@
;address =
;prefix = prod.grafana.%(instance_name)s.
#################################### Distributed tracing ############
[tracing.jaeger]
# Enable by setting the address sending traces to jaeger (ex localhost:5775)
;address = localhost:5775
#################################### Grafana.com integration ##########################
# Url used to to import dashboards directly from Grafana.com
[grafana_com]