diff --git a/changelog/unreleased/root-tracing.md b/changelog/unreleased/root-tracing.md new file mode 100644 index 000000000..5b5a67cba --- /dev/null +++ b/changelog/unreleased/root-tracing.md @@ -0,0 +1,5 @@ +Enhancement: Create a root span on proxy that propagates down to consumers. + +In order to propagate and correctly associate a span with a request we need a root span that gets sent to other services. + +https://github.com/owncloud/ocis-proxy/pull/64