From ffd4e96bf0a19a98c0da3ee080972f5f4a4c5728 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Thu, 9 Jul 2020 14:38:50 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/root-tracing.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/root-tracing.md 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