This commit is contained in:
Daniel García Aubert 2020-06-09 09:30:11 +02:00
parent a5c83edef6
commit 9e14185990

View File

@ -50,7 +50,7 @@ const userResponseTimeHistogram = new Histogram({
labelNames: ['user']
});
module.exports = function updateMetrics () {
module.exports = function metricsCollector () {
return new Transform({
transform (chunk, enc, callback) {
let entry;