process-exporter
process-exporter copied to clipboard
panic:label value is not valid UTF-8
I don't use the configuration file , it works normally
Check your file encoding like this:
cat -vet config.yaml
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.