Debug: expose metrics endpoint

This commit is contained in:
Riordan Panayides 2022-10-06 02:19:39 +01:00
parent 1d1f462cf6
commit 4bd976df1b
1 changed files with 13 additions and 0 deletions

View File

@ -23,6 +23,19 @@ kill_timeout = 5
hard_limit = 1024
soft_limit = 1024
[[services]]
processes = ["fills"]
internal_port = 9091
protocol = "tcp"
[[services.ports]]
port = "9091"
[services.concurrency]
type = "connections"
hard_limit = 1024
soft_limit = 1024
[[services]]
processes = ["pnl"]
internal_port = 2052