Detecting segmentation faults with prometheus?

Hello everyone

I am new to prometheus and I am monitoring a set of ubuntu machines.
All of these machines have 2 docker containers, one running the node_exporter and another running an exporter called process_exporter.

I am using Grafana panels to view this data and right now I have panels for memory usage, disk storage space, network usage, etc.

My issue is that one of the machines is running a software that crashes due to segmentation faults frequently.

Do you know if it is possible to detect this type of errors with prometheus?

Any tips or reading material is appreciated.
Thank you