Enable metrics endpoint on fly

This commit is contained in:
Dan Sosedoff 2022-12-25 13:45:10 -06:00
parent 239037b4c6
commit 6bd8d0f9a7
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -3,7 +3,7 @@ kill_signal = "SIGINT"
kill_timeout = 5 kill_timeout = 5
[processes] [processes]
web = "pgweb --sessions --bind=0.0.0.0" web = "pgweb --sessions --bind=0.0.0.0 --metrics"
[[services]] [[services]]
http_checks = [] http_checks = []