I can see the realtime per app CPU, RAM, Block I/O and Network metrics in the Apps pane of the TruesNAS webui, but I wonder is historical data kept, and is it accessible?
If not in TrueNAS itself, is there are an app that gather, store and report on this data?
I’m a bit new to prometheus and grafana, but docker-stats-exporter appears to be exposing the network and block IO stats as gauges, when they are in fact counters?
It’s easy enough to write the correct query for in Grafana (stick an ‘increase’ operator on the query), but I wonder if I’m missing something as docker-stats-exporter seems quite popular, and it has no issues open for this.