Align private metrics with GoAccess request panel

This commit is contained in:
Marc Froehlich
2026-09-14 23:01:06 +02:00
parent 89422d18ad
commit a8f12876ec
3 changed files with 44 additions and 25 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ test("keeps absolute countries including Switzerland, United Kingdom and unknown
general: { total_requests: 10, valid_requests: 2 },
geolocation: { data: [{ data: "Germany", hits: { count: 2 } }] },
requests: { data: [{ data: "/", hits: { count: 1 } }] }
}, "website"), /valid-request count differs from the request-panel definition/);
}, "website"), /valid-request count 2 differs from request-panel total 1/);
const updates = aggregateGoAccessReport({
general: { total_requests: 9, valid_requests: 2 },