From 6bd8d0f9a7cbbe798985f8b39e0a1421c3ef9162 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sun, 25 Dec 2022 13:45:10 -0600 Subject: [PATCH] Enable metrics endpoint on fly --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 40f174581..792f11508 100644 --- a/fly.toml +++ b/fly.toml @@ -3,7 +3,7 @@ kill_signal = "SIGINT" kill_timeout = 5 [processes] - web = "pgweb --sessions --bind=0.0.0.0" + web = "pgweb --sessions --bind=0.0.0.0 --metrics" [[services]] http_checks = []