From c3e38b88f221971fdafbca1283cc628bd439efd3 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 20 Dec 2021 18:12:08 +0000 Subject: Improve opentracing support for `ResponseCache` (#11607) This adds some opentracing annotations to ResponseCache, to make it easier to see what's going on; in particular, it adds a link back to the initial trace which is actually doing the work of generating the response. --- changelog.d/11607.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/11607.misc (limited to 'changelog.d') diff --git a/changelog.d/11607.misc b/changelog.d/11607.misc new file mode 100644 index 0000000000..e82f467763 --- /dev/null +++ b/changelog.d/11607.misc @@ -0,0 +1 @@ +Improve opentracing support for requests which use a `ResponseCache`. -- cgit 1.4.1