We use the lua/prometheus plugin/bridge to collect some nginx metrics into prometheus.
We've had cases where we've blown the number of worker connections available which leads us to want to be able to monitor the active number of connections over time.
I've looked to see if there's a way to pull this active number of worker connection via the lua interface but have come up short ... but, then, I'm not too familiar with the code.
Anybody able to comment definitively on whether this is or isn't possible?