diff --git a/utils/monitoring.js b/utils/monitoring.js index b8c53a64..90d287ef 100644 --- a/utils/monitoring.js +++ b/utils/monitoring.js @@ -12,10 +12,10 @@ const bucketCount = new promClient.Gauge({ // Histogram of the bucket processing duration, by the utilization service. const bucketProcessingDuration = new promClient.Histogram({ - name: 'bucketProcessingDuration', + name: 'count_items_bucketProcessingDuration', help: 'Duration of processing a bucket', labelNames: ['service'], - buckets: [0.0001, 0.005, 0.015, 0.05, 0.1, 0.2, 0.3, 0.4, 0.5], + buckets: [1, 10, 60, 600, 3600, 18000, 36000], }); /**