[Explore|Trunk]: Change Buckets for prometheus.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@56097 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
1329c108e5
commit
950bed1b9b
|
@ -53,7 +53,7 @@ const histogram = new prom.Histogram({
|
|||
help: 'Explore Histogram',
|
||||
labelNames: ['route'],
|
||||
registers: [register],
|
||||
buckets: [0.5, 1, 5, 10]
|
||||
buckets: [0.5, 1, 2, 3, 4, 5]
|
||||
});
|
||||
|
||||
app.engine('html', (_, options:RenderOptions, callback) => {
|
||||
|
|
Loading…
Reference in New Issue