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"