From e48bae7ce75437e7a10940b21bd8fc0c30d3914d Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Wed, 4 Feb 2026 13:19:26 +0000 Subject: fix(import): register improt metrics to the prom registry --- apps/workers/metrics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/workers/metrics.ts') diff --git a/apps/workers/metrics.ts b/apps/workers/metrics.ts index 3dc4d2c0..c16c7bd4 100644 --- a/apps/workers/metrics.ts +++ b/apps/workers/metrics.ts @@ -1,7 +1,7 @@ import { prometheus } from "@hono/prometheus"; import { Counter, Registry } from "prom-client"; -const registry = new Registry(); +export const registry = new Registry(); export const { printMetrics } = prometheus({ registry: registry, -- cgit v1.2.3-70-g09d2