memfaultd 1.26.1

Memfault daemon for embedded Linux systems. Observability, logging, crash reporting, and updating all in one service. Learn more at https://docs.memfault.com/
Documentation
{
    "logs": {
        "log_to_metrics": {
            "rules": [
                {
                    "type": "count_matching",
                    "pattern": "ssh",
                    "metric_name": "ssh_logins"
                },
                {
                    "type": "count_matching",
                    "pattern": "ssh",
                    "metric_name": "ssh_logins",
                    "filter": {
                        "_SYSTEMD_UNIT": "sshd.service"
                    }
                }
            ]
        }
    }
}