[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:
k.triantafyllou 2019-06-18 11:32:16 +00:00
parent 1329c108e5
commit 950bed1b9b
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {