From dac8e99ee7580df80faf72954912185f63e5f2a2 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 28 Jun 2019 11:34:08 -0700 Subject: Add Redis call details in Peek performance bar Since Redis timings appear to be increasing in production, this change makes it easier to see what exactly which queries are being called and where. This is done by prepending modules in peek-redis to store the call details. This commit redact values for all SET commands (e.g. HMSET, GETSET, etc.). --- changelogs/unreleased/sh-improve-redis-peek.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/sh-improve-redis-peek.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/sh-improve-redis-peek.yml b/changelogs/unreleased/sh-improve-redis-peek.yml new file mode 100644 index 00000000000..940be103ab7 --- /dev/null +++ b/changelogs/unreleased/sh-improve-redis-peek.yml @@ -0,0 +1,5 @@ +--- +title: Add Redis call details in Peek performance bar +merge_request: 30191 +author: +type: changed -- cgit v1.2.3