diff options
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 8 |
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", |