Use the right port for sql-api prometheus metrics

This commit is contained in:
Daniel García Aubert 2020-07-01 10:54:11 +02:00
parent d3a1974569
commit c31f4c9c25

View File

@ -109,7 +109,7 @@ module.exports = function metricsCollector () {
});
};
const port = process.env.PORT || 9145;
const port = process.env.PORT || 9144;
http
.createServer((req, res) => {