From 8a3d6b1b49ce189f95adfa7406a34108e885e676 Mon Sep 17 00:00:00 2001 From: Stanislav Chzhen Date: Thu, 27 Jul 2023 14:17:47 +0300 Subject: [PATCH] all: imp code --- CHANGELOG.md | 6 ++++++ internal/stats/unit.go | 27 +++++++++------------------ internal/stats/unit_internal_test.go | 18 +++++++++--------- openapi/CHANGELOG.md | 11 +++++------ openapi/openapi.yaml | 4 ++-- 5 files changed, 31 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6c12b13ab..ff0347f76de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,11 @@ See also the [v0.107.35 GitHub milestone][ms-v0.107.35]. NOTE: Add new changes BELOW THIS COMMENT. --> +### Added + +- Two new metrics showing total number of responses from each upstream DNS + server and their average processing time in the Web UI ([#1453]). + ### Fixed - `bufio.Scanner: token too long` and other errors when trying to add @@ -34,6 +39,7 @@ NOTE: Add new changes BELOW THIS COMMENT. - Default exposure of the non-standard ports 784 and 8853 for DNS-over-QUIC in the `Dockerfile`. +[#1453]: https://github.com/AdguardTeam/AdGuardHome/issues/1453 [#6003]: https://github.com/AdguardTeam/AdGuardHome/issues/6003