Use different default monitoring port in worker

Both coordinator and worker use the same port number for the monitoring server which leads to a conflict. This fix resolves that.
This commit is contained in:
sergystepanov 2021-07-30 23:20:38 +03:00 committed by GitHub
parent 54deb3607d
commit f7790732f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
configs/config.yaml vendored
View file

@ -53,7 +53,7 @@ worker:
zone:
monitoring:
# monitoring server port
port: 6601
port: 6602
profilingEnabled: false
# monitoring server URL prefix
metricEnabled: true