From d1a6eb842f4c22056d1154b419d0bdea97422dd6 Mon Sep 17 00:00:00 2001 From: Emmett Butler Date: Tue, 6 Feb 2024 11:53:15 -0800 Subject: [PATCH] reno --- releasenotes/notes/count-tolerance-8e30bce64f2c50da.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/count-tolerance-8e30bce64f2c50da.yaml diff --git a/releasenotes/notes/count-tolerance-8e30bce64f2c50da.yaml b/releasenotes/notes/count-tolerance-8e30bce64f2c50da.yaml new file mode 100644 index 00000000..2167ca71 --- /dev/null +++ b/releasenotes/notes/count-tolerance-8e30bce64f2c50da.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Adds a qsarg ``trace_count_tolerance`` to the ``test/session/snapshot`` endpoint that configures the maximum + difference between expected and received trace counts that is still considered a match.