I'm playing around with Monitoring.
Currently trying to make an overview dashboard for the docker containers, e.g. with cpu, ram, network rx/tx per container.
Wanted to make a stacked time series graph, but it looks bad, because of the same thing described in here:
https://github.com/grafana/grafana/issues/91886
Now, should I write the query from Grafana differently for a mean calculation, setup some transformation in the InfluxDB, or change the Telegraf setup 🤔