Skip to content

Commit 161a75f

Browse files
authored
chore: set METRICS_ENABLED=true by default (#668)
1 parent 044f922 commit 161a75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const env = createEnv({
8282

8383
// Prometheus
8484
METRICS_PORT: z.coerce.number().default(4001),
85-
METRICS_ENABLED: boolSchema("false"),
85+
METRICS_ENABLED: boolSchema("true"),
8686

8787
/**
8888
* Limits

0 commit comments

Comments
 (0)