ncabatoff / process-exporter

Prometheus exporter that mines /proc to report on selected processes
MIT License
1.67k stars 265 forks source link

fixed: remove non-utf8 characters from thread name #240

Open shuzheng opened 2 years ago

shuzheng commented 2 years ago

fixed #239 remove non-utf8 characters from thread name

mmiller1 commented 2 years ago

We encountered this panic as well, compiling this fix into the mainline branch fixed it for us as well. Is there any chance this could be reviewed for a potential merge, @ncabatoff ?

fcecagno commented 1 month ago

+1 for this patch We're using this with version 0.7.10 and it's working fine.