I have an offline system (a robot running Ubuntu, not connected to any network) I want to monitor the resource usage over time (mainly CPU and memory). I am used to Influx and Prometheus and i was wondering if there was a tool to save the monitoring data and store until I connect to the machine and export the data, and if possible export it to an online prometheus or influx instance.
I've looked at Promequeen, but it seems outdated and creates a new prometheus database instead of appending the data to one.
Are there some tools or an industry standard for this scenario?