hello :wave: I have a question about monitoring k...
# ktor
d
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
a
What server engine do you use?
d
Netty