about summary refs log tree commit diff stats
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.ts b/src/index.ts
index 874da30..216dda1 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -32,8 +32,8 @@ type File = {
 
 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({