Skip to content

Commit

Permalink
collect nodejs metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Oct 5, 2023
1 parent 7d6da29 commit 1c26aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/lifecycle/bucketProcessor/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ const bucketProcessor = new LifecycleBucketProcessor(
zookeeper, kafka, lcConfig, repConfig, s3, mongoConfig, lcConfig.transport, lcOptions,
);

ZenkoMetrics.collectDefaultMetrics();

function livenessCheck(res, log) {
if (bucketProcessor.isReady()) {
sendSuccess(res, log);
Expand Down

0 comments on commit 1c26aa3

Please sign in to comment.