Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Apr 19, 2024
1 parent 5a0a954 commit e571a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -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],
});

/**
Expand Down

0 comments on commit e571a38

Please sign in to comment.