From b85bd3b54538d385e2369035835572df4435c491 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Thu, 9 Jul 2020 14:48:41 +0200 Subject: [PATCH] remove final punctuation --- changelog/unreleased/root-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/root-tracing.md b/changelog/unreleased/root-tracing.md index 5b5a67cba6..56f556bb7d 100644 --- a/changelog/unreleased/root-tracing.md +++ b/changelog/unreleased/root-tracing.md @@ -1,4 +1,4 @@ -Enhancement: Create a root span on proxy that propagates down to consumers. +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.