process-exporter icon indicating copy to clipboard operation
process-exporter copied to clipboard

panic:label value is not valid UTF-8

Open tudajun opened this issue 2 years ago • 4 comments

bb28d734cec64d4123d61204029029b

tudajun avatar Apr 01 '22 02:04 tudajun

I don't use the configuration file , it works normally

tudajun avatar Apr 01 '22 02:04 tudajun

image

tudajun avatar Apr 01 '22 02:04 tudajun

Check your file encoding like this:

cat -vet config.yaml

leoberbert avatar Apr 21 '22 01:04 leoberbert

This issue would be fixed by: https://github.com/ncabatoff/process-exporter/pull/240

The panic is when the exporter encounters running threads whose names contain non-UTF8 bytes.

mmiller1 avatar Aug 12 '22 16:08 mmiller1