It would be nice if systemd-exporter would expose the memory usage values as reported by systemctl show.
We would like to monitor on the systemd unit level - not on the process level - where process-exporter is more suited.
Memory usage example of ssh service unit with machine-parsable output:
systemctl show ssh --property=MemoryCurrent
MemoryCurrent=161034240
It would be nice if systemd-exporter would expose the memory usage values as reported by
systemctl show.We would like to monitor on the systemd unit level - not on the process level - where process-exporter is more suited.
Memory usage example of ssh service unit with machine-parsable output: