Fix doubled metrics
Alan Pearce alan@alanpearce.eu
Mon, 25 Sep 2023 14:02:52 +0200
1 files changed, 0 insertions(+), 1 deletions(-)
jump to
M src/app.ts → src/app.ts
@@ -142,7 +142,6 @@ }, }); try { const file = files.get(pathname); - metrics.requests.inc({ path: pathname }); if (file && (await file.handle.exists())) { if ( parseIfModifiedSinceHeader(