From 9ed66e65e992a7c93d96bc5b096d11a67aa321b4 Mon Sep 17 00:00:00 2001 From: Chip Wasson Date: Sun, 1 Sep 2024 12:00:56 -0600 Subject: [PATCH] Add metrics to fly.toml --- fly.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 5e41cb1..de58135 100644 --- a/fly.toml +++ b/fly.toml @@ -26,4 +26,8 @@ S3_PORT="443" S3_USE_SSL="true" S3_BUCKET="api-us-dev-prod" REDIS_DB="0" -NODE_ENV="production" \ No newline at end of file +NODE_ENV="production" + +[metrics] +port = 3000 +path = "/metrics"