]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update ChangeLog and upgrade guide for 1.8.0-rc3 12647/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 Mar 2023 12:21:29 +0000 (13:21 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 Mar 2023 12:21:29 +0000 (13:21 +0100)
pdns/dnsdistdist/docs/changelog.rst
pdns/dnsdistdist/docs/upgrade_guide.rst

index fc575480e2209c6edd4dbcbb0e57bce5e701d506..953b9b8c6c5951b132614c60194668d5d74e030d 100644 (file)
@@ -18,11 +18,23 @@ Changelog
     Fix a race when a cross-protocol query triggers an IO error
 
   .. change::
-    :tags: Improvements, Webserver
+    :tags: Improvements, Metrics, Webserver
     :pullreq: 12638
 
     Report per-incoming transport latencies in the web interface
 
+  .. change::
+    :tags: Improvements, Metrics
+    :pullreq: 12648
+
+    Report the TCP latency for TCP-only Do53, DoT and DoH backends
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12626
+
+    Count hits in the StatNode
+
 .. changelog::
   :version: 1.8.0-rc2
   :released: 9th of March 2023
index f3302729e74e7cb5a266fc48c9c28d07cf03b163..d089a9d0f7c8b98185b4faf4afad492d4027fd16 100644 (file)
@@ -12,6 +12,11 @@ The :func:`setMaxTCPConnectionsPerClient` limit is now properly applied to DNS o
 
 The configuration check will now fail if the configuration file does not exist. For this reason we now create a default configuration file, based on the file previously called ``dnsdistconf.lua``, which contains commented-out examples of how to set up dnsdist.
 
+Latency metrics have been broken down:
+
+* per incoming protocol (Do53 UDP, Do53 TCP, DoT, DoH) for global latency metrics
+* between UDP (Do53) and TCP (Do53 TCP, DoT, DoH) for backend latency metrics
+
 1.7.0 to 1.7.1
 --------------