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 🤔

#Grafana #Telegraf #InfluxDB #Monitoring

Nevermind, I just added the basicStatistics aggregator with 10s interval, now the times are lining up and the stacking works just fine.