Use 9145 as default port for metics
This commit is contained in:
parent
7acbfc1e9b
commit
18525a60cd
@ -108,7 +108,7 @@ module.exports = function metricsCollector () {
|
||||
})
|
||||
}
|
||||
|
||||
const port = process.env.PORT || 9144;
|
||||
const port = process.env.PORT || 9145;
|
||||
|
||||
http
|
||||
.createServer((req, res) => {
|
||||
|
Loading…
Reference in New Issue
Block a user