hello 👋
I have a question about monitoring ktor server for auto-scaling purposes. Is it possible to monitor the # of queued up requests? I would like to send an event when it reaches a certain amount so that we could auto-scale our service to increase the # of pods, but I'm not sure if this info exposed... I've looked at
https://ktor.io/docs/micrometer-metrics.html but it only talks about the # of concurrent http requests and not how many requests are being queued up