all repos — website @ 4ea39c5997bfea97b322d8b503e202db005317dd

My website

Fix error in requestsByPath counter
Alan Pearce alan@alanpearce.eu
Thu, 14 Sep 2023 11:39:20 +0200
commit

4ea39c5997bfea97b322d8b503e202db005317dd

parent

627aec8448ca075ea4bf87f85229c67a7374eac0

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

jump to
M src/index.tssrc/index.ts
@@ -40,6 +40,7 @@ }),   requestsByPath: new prom.Counter({
     name: "requests_by_path",
     help: "Number of requests by path",
+    labelNames: ["path"],
   }),
 };