all repos — website @ dd8d6e2a89fa0b33ab1008d8cf5bc777d3d46a99

My website

Also rename requests metric

Alan Pearce
commit

dd8d6e2a89fa0b33ab1008d8cf5bc777d3d46a99

parent

105886c757f83cf7258fbafaa6c4f8580f2fc29a

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M src/index.tssrc/index.ts
@@ -32,8 +32,8 @@ };
const metrics = { requests: new prom.Counter({ - name: "homestead_requests_by_path", - help: "Number of requests by path", + name: "homestead_requests", + help: "Number of requests by path, status code, and method", labelNames: ["path", "status_code", "method"], }), requestDuration: new prom.Histogram({