From 018e0ca369736ca8499a4d2083e2a34b50a05049 Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Thu, 18 Apr 2024 16:33:52 +0200 Subject: [PATCH] fixup --- CountItems/CountMaster.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CountItems/CountMaster.js b/CountItems/CountMaster.js index af0d771a..f9ac56eb 100644 --- a/CountItems/CountMaster.js +++ b/CountItems/CountMaster.js @@ -36,7 +36,13 @@ class CountMaster { } return next(); }), - next => this.metrics.start(next), + next => { + this.metrics.start(), + this.log.info('metrics server started', { + port: 8003, + }); + return next(); + }, next => this.manager.setup(next), next => this.client.getBucketInfos(this.log, (err, bucketList) => { if (err) {