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 3261b60 commit 746de79
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 @@ -18,7 +18,7 @@ const bucketCount = (promClient.register.getSingleMetric('bucketCount_metrics'))
const bucketProcessingDuration = (promClient.register.getSingleMetric('count_items_bucketProcessingDuration'))
|| new promClient.Histogram({
name: 'count_items_bucketProcessingDuration',
help: 'Duration of processing a bucket',
help: 'Bucket processing duration',
labelNames: ['service'],
buckets: [1, 10, 60, 600, 3600, 18000, 36000],
});
Expand Down

0 comments on commit 746de79

Please sign in to comment.