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
{
    "schema_version": 1,
    "collection_time": {
        "timestamp": "1970-01-01T00:00:04.321Z",
        "uptime_ms": 800000,
        "elapsed_realtime_ms": 900000,
        "linux_boot_id": "230295cb-04d4-40b8-8624-ec37089b9b75",
        "boot_count": 0
    },
    "type": "device-attributes",
    "device": {
        "project_key": "INSERT_PROJECT_KEY_HERE",
        "hardware_version": "evt",
        "software_version": "1.0.0",
        "software_type": "linux-build",
        "device_serial": "DEMOSERIAL"
    },
    "metadata": {
        "attributes": [
            {
                "string_key": "my_string",
                "value": "foo"
            },
            {
                "string_key": "my_integer",
                "value": 123
            },
            {
                "string_key": "my_float",
                "value": 123.456
            },
            {
                "string_key": "my_bool",
                "value": true
            }
        ]
    }
}