github.com/cs3org/reva/v2@v2.27.7/changelog/1.5.0_2021-01-12/make-jaeger-agent-usable.md (about) 1 Bugfix: Make Jaeger agent usable 2 3 Previously, you could not use tracing with jaeger agent because the tracing connector is always used instead of the tracing endpoint. 4 5 This PR removes the defaults for collector and tracing endpoint. 6 7 https://github.com/cs3org/reva/pull/1379