Change the listening port of `exporter_proxy`.
This commit is contained in:
parent
d57fbcbc93
commit
49cf603406
|
@ -1,5 +1,5 @@
|
||||||
# listen: Addr and port to listen (required)
|
# listen: Addr and port to listen (required)
|
||||||
listen: "0.0.0.0:9099"
|
listen: "0.0.0.0:60000"
|
||||||
|
|
||||||
# access_log (optional)
|
# access_log (optional)
|
||||||
access_log:
|
access_log:
|
||||||
|
|
Loading…
Reference in New Issue