Use the right port for sql-api prometheus metrics

remotes/origin/dependabot/npm_and_yarn/node-fetch-2.6.1
Daniel García Aubert 4 years ago
parent d3a1974569
commit c31f4c9c25

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

Loading…
Cancel
Save