From 7b73d0d898012de43f625f84f9c68580f90fe718 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 12 Sep 2022 17:58:51 -0500 Subject: [PATCH] Add changelog --- changelog.d/13786.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/13786.feature diff --git a/changelog.d/13786.feature b/changelog.d/13786.feature new file mode 100644 index 0000000000..e43d6a83af --- /dev/null +++ b/changelog.d/13786.feature @@ -0,0 +1 @@ +Add `opentracing.request_headers_to_tag` config to specify which request headers extract and tag traces with in order to correlate timeouts in reverse-proxy layers in front of Synapse with traces.