Skip to content

Commit

Permalink
Update utils/monitoring.js
Browse files Browse the repository at this point in the history
Co-authored-by: William <[email protected]>
  • Loading branch information
benzekrimaha and williamlardier authored May 14, 2024
1 parent 905181b commit 468a804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const workersCount = (promClient.register.getSingleMetric('count_items_workersCo
const objectsCount = (promClient.register.getSingleMetric('count_items_objectsCount'))
|| new promClient.Counter({
name: 'count_items_objectsCount',
help: 'Number of objects',
help: 'Number of objects processed',
labelNames: ['state'],
});

Expand Down

0 comments on commit 468a804

Please sign in to comment.