Enable fly metric polling

This commit is contained in:
Riordan Panayides 2023-05-29 20:48:53 +01:00
parent 522e7a5865
commit ac2e906688
2 changed files with 8 additions and 0 deletions

View File

@ -17,3 +17,7 @@ kill_timeout = 30
hard_limit = 1024
soft_limit = 1024
type = "connections"
[metrics]
port = 9091
path = "/metrics"

View File

@ -7,3 +7,7 @@ kill_timeout = 30
[experimental]
cmd = ["worker", "markets.json"]
[metrics]
port = 9091
path = "/metrics"