aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/metrics.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workers/metrics.ts')
-rw-r--r--apps/workers/metrics.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/workers/metrics.ts b/apps/workers/metrics.ts
index 04eec1fb..b9ed2c70 100644
--- a/apps/workers/metrics.ts
+++ b/apps/workers/metrics.ts
@@ -6,6 +6,7 @@ const registry = new Registry();
export const { printMetrics } = prometheus({
registry: registry,
prefix: "karakeep_",
+ collectDefaultMetrics: true,
});
export const workerStatsCounter = new Counter({