fix: don't expose metrics endpoints for fly to scrape

This commit is contained in:
Rajat Ahuja 2026-01-23 16:06:04 -05:00
parent e9d8b8759d
commit e2e2a33ed9
1 changed files with 0 additions and 10 deletions

View File

@ -28,13 +28,3 @@ kill_timeout = '5s'
cpu_kind = 'shared'
cpus = 1
processes = ['api', 'deriver']
[[metrics]]
port = 8000
path = "/metrics"
processes = ["api"]
[[metrics]]
port = 9090
path = "/metrics"
processes = ["deriver"]