We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a593a07 commit d45a953Copy full SHA for d45a953
src/middlewares/metrics/index.js
@@ -30,7 +30,7 @@ const httpRequestDuration = new client.Histogram({
30
name: 'http_request_duration_seconds',
31
help: 'Duration of HTTP requests in seconds',
32
labelNames: labelNames,
33
- buckets: [ 0.01, 0.1, 0.5, 1, 10],
+ buckets: [ 0.1, 1, 10, 30, 120, 600],
34
registers: [register],
35
});
36
0 commit comments