all repos — archive/homestead @ 4ea39c5997bfea97b322d8b503e202db005317dd

My future indieweb platform

Fix error in requestsByPath counter

Alan Pearce
commit

4ea39c5997bfea97b322d8b503e202db005317dd

parent

627aec8448ca075ea4bf87f85229c67a7374eac0

1 file changed, 1 insertion(+), 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"], }), };