This is an automated email from the ASF dual-hosted git repository. davisp pushed a commit to branch opentracing-davisp in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit f04d2d12fbd38a40017b364aaefcab45f987e7f0 Author: Paul J. Davis <[email protected]> AuthorDate: Mon Nov 4 16:21:05 2019 -0600 TMP: Enable tracing for test runs --- rel/overlay/etc/default.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 79555f3..90ea55a 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -564,3 +564,20 @@ min_priority = 2.0 ; ; Jitter applied when checking for new job types. ;type_check_max_jitter_msec = 5000 + +[tracing] +enabled = true +thrift_format = compact ; compact | binary +agent_host = 127.0.0.1 +agent_port = 6831 +app_name = couchdb + +[tracing.samplers] + +http.request = all + +[tracing.http.request] + +all = (#{}) -> [report] + +
