diff --git a/CountItems/CountMaster.js b/CountItems/CountMaster.js index afd8fd90..70fbffbf 100644 --- a/CountItems/CountMaster.js +++ b/CountItems/CountMaster.js @@ -5,7 +5,7 @@ const { threshold, frequency } = require('../utils/constants'); class CountMaster { - static waitingForPromScraping = false; // eslint-disable-line no-undef + static waitingForPromScraping = false; constructor(params) { this.log = params.log; @@ -58,7 +58,7 @@ class CountMaster { this.log.info('got buckets infos', { bucketCount: bucketList.bucketCount, }); - monitoring.bucketCount.set(bucketList.bucketCount); + // monitoring.bucketCount.set(bucketList.bucketCount); this.manager.addWork(bucketList); return next(); }),