From fed842a44d0177042983cd442b29ed79887428bd Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sun, 25 Dec 2022 15:06:26 -0600 Subject: [PATCH] Configure fly metrics --- fly.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fly.toml b/fly.toml index 792f115..2840b0a 100644 --- a/fly.toml +++ b/fly.toml @@ -31,3 +31,7 @@ kill_timeout = 5 interval = "15s" restart_limit = 0 timeout = "2s" + +[metrics] + port = 8081 + path = "/metrics"