about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/index.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/index.ts b/src/index.ts
index 7a2c5f5..c7b7892 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -29,14 +29,6 @@ type File = {
   mtime: Date;
 };
 
-const collectDefaultMetrics = prom.collectDefaultMetrics;
-collectDefaultMetrics({
-  labels: {
-    FLY_APP_NAME: Bun.env.FLY_APP_NAME,
-    FLY_ALLOC_ID: Bun.env.FLY_ALLOC_ID,
-    FLY_REGION: Bun.env.FLY_REGION,
-  },
-});
 const metrics = {
   requestsByStatus: new prom.Counter({
     name: "homestead_requests_by_status",