all repos — website @ 59867fca4c1a377aea90eb89f86d3ad01083b7c4

My website

Fix doubled metrics
Alan Pearce alan@alanpearce.eu
Mon, 25 Sep 2023 14:02:52 +0200
commit

59867fca4c1a377aea90eb89f86d3ad01083b7c4

parent

02c7b71eaf30b65a6dda921f3414dbd87d2c76cf

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/app.tssrc/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(