Incorrect app concurrency metrics affecting Fly Proxy scaling

[http_service.concurrency]
  type = "requests"
  soft_limit = 35

Thanks for the details… You want type = "connections" for WebSockets, actually. (And also fly_app_concurrency was showing request count earlier, as I understand it.)

"requests" usually is the best choice, but…