From 969de5a54cead4d4705fe197bcdd95e9e6398422 Mon Sep 17 00:00:00 2001 From: Mitchell Henke Date: Mon, 25 Mar 2024 08:42:00 -0500 Subject: [PATCH] Remove prometheus_exporter from Procfile changelog: Internal, Metrics, Remove prometheus_exporter from Procfile --- Procfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Procfile b/Procfile index a079f71e083..5bcd9cc496a 100644 --- a/Procfile +++ b/Procfile @@ -2,4 +2,3 @@ web: WEBPACK_PORT=${WEBPACK_PORT:-3035} bundle exec rackup config.ru --port ${PO worker: bundle exec good_job start js: WEBPACK_PORT=${WEBPACK_PORT:-3035} yarn webpack $([ -n "$HTTPS" ] && echo "--watch" || echo "serve") css: yarn build:css --watch -prometheus-exporter: bundle exec prometheus_exporter