uwsgi_exporter icon indicating copy to clipboard operation
uwsgi_exporter copied to clipboard

Feature request: Status of worker

Open legwar opened this issue 6 years ago • 1 comments

Hello, it's possible implement exporting worker status? "status":"idle", "status":"busy" type UwsgiWorker struct { Status string json:"status"

legwar avatar Jan 22 '18 17:01 legwar

added a PR for the same and more at https://github.com/timonwong/uwsgi_exporter/pull/27

ramSeraph avatar Jun 26 '18 05:06 ramSeraph

Addressed in #62

timonwong avatar Mar 22 '23 04:03 timonwong