-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not display non significant Average processing time #6220
Comments
same here, indeed it is a wrong measurement. But if anyone reads this i would like to add to theis too, that it always shows the slowest processed times first... i would like i to be set automatically or atleast save that i set it so that it show the fastest processing ones first. |
There seem to be two things at play here: the total duration of an upstream query and the duration of the query to the fallback. Currently, the entire duration of a query, including the failed attempts to reach the main upstreams is counted. @EugeneOne1, I feel like this needs to be fixed in the DNS proxy module somehow. |
(update) Was fixed for a few versions but got it back since last 2 or 3 alpha versions. Now I'm on v0.108.0-a.725+5fa11567 |
Updates AdguardTeam/AdGuardHome#6220. Squashed commit of the following: commit 3d437e6 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Tue Oct 31 14:20:56 2023 +0300 proxy: imp docs commit 543a9a9 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Tue Oct 31 13:22:07 2023 +0300 proxy: imp log msg commit 20a0dda Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Mon Oct 30 15:21:47 2023 +0300 proxy: imp docs commit b6c4409 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Thu Oct 26 16:35:47 2023 +0300 proxy: add query duration
Updates #6220. Squashed commit of the following: commit 2ad8797 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Thu Nov 9 13:55:09 2023 +0300 all: upd go commit 387200c Merge: 37f2855 f8fe9bf Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Thu Nov 9 13:49:59 2023 +0300 Merge branch 'master' into 6220-average-processing-time commit 37f2855 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Wed Nov 8 17:08:13 2023 +0300 client: upd locales commit a09be41 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Tue Nov 7 20:46:24 2023 +0300 all: imp docs commit f0b85ac Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Fri Nov 3 14:17:32 2023 +0300 all: add todo commit 48a5879 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Fri Nov 3 13:38:14 2023 +0300 all: add upstream time commit 4d7431c Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Tue Oct 31 17:27:19 2023 +0300 all: upd chlog commit 040b6b9 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Tue Oct 31 15:42:04 2023 +0300 all: imp average processing time
The upcoming v0.107.41 release will contain improved average upstream response time calculation. |
Updates AdguardTeam#6220. Squashed commit of the following: commit 2ad8797 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Thu Nov 9 13:55:09 2023 +0300 all: upd go commit 387200c Merge: 37f2855 f8fe9bf Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Thu Nov 9 13:49:59 2023 +0300 Merge branch 'master' into 6220-average-processing-time commit 37f2855 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Wed Nov 8 17:08:13 2023 +0300 client: upd locales commit a09be41 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Tue Nov 7 20:46:24 2023 +0300 all: imp docs commit f0b85ac Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Fri Nov 3 14:17:32 2023 +0300 all: add todo commit 48a5879 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Fri Nov 3 13:38:14 2023 +0300 all: add upstream time commit 4d7431c Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Tue Oct 31 17:27:19 2023 +0300 all: upd chlog commit 040b6b9 Author: Stanislav Chzhen <s.chzhen@adguard.com> Date: Tue Oct 31 15:42:04 2023 +0300 all: imp average processing time
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
The problem
I have set up two fallback resolvers on Adguard Home (v0.108.0-b.46) and I get average processing time of 28343 ms just for 1 query for each of them.
Besides this value seems strange to me, it may also include the initial query to the DNS server and not only the query to the fallback?
Proposed solution
Do not display non statically significant average processing time.
Alternatives considered and additional information
No response
The text was updated successfully, but these errors were encountered: