From 963213b3707151f829e7c69d951a58812e7f98bd Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Mon, 17 Feb 2025 13:24:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20back:=20print=20memory=20use=20p?= =?UTF-8?q?eriodically?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/core/platform/services/diagnostics/providers/process.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrive/backend/node/src/core/platform/services/diagnostics/providers/process.ts b/tdrive/backend/node/src/core/platform/services/diagnostics/providers/process.ts index eca74dfcc..aa8cf3c34 100644 --- a/tdrive/backend/node/src/core/platform/services/diagnostics/providers/process.ts +++ b/tdrive/backend/node/src/core/platform/services/diagnostics/providers/process.ts @@ -8,7 +8,7 @@ export const e2eTestOverride = { export default () => diagnostics.registerProviders({ key: "process", - tags: ["live", "ready"], + tags: ["live", "ready", "stats"], async get() { return { ok: !e2eTestOverride.forceFail,