Fix error in requestsByPath counter
Alan Pearce alan@alanpearce.eu
Thu, 14 Sep 2023 11:39:20 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M src/index.ts → src/index.ts
@@ -40,6 +40,7 @@ }), requestsByPath: new prom.Counter({ name: "requests_by_path", help: "Number of requests by path", + labelNames: ["path"], }), };