Use the right port for sql-api prometheus metrics
This commit is contained in:
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…
Reference in New Issue
Block a user