--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CAE%2BvKfAqZgd8YDGBojXmDXhvAdwO0CVMnxzO-98tdhy-h0gcVQ%40mail.gmail.com.
Hi Mario!Try the following query:sum(max_over_time(increase(node_network_receive_bytes_total[1d])[1d:1d])) by (instance,device)It will return summary per-day incoming traffic for each device for every instance. Note that dates on the graph are shifted by one day, i.e. the value for the current day on the graph corresponds to the value for the previous day.
Hi,--I have panel showing network send/receive network traffic as follows:
rate(node_network_receive_bytes_total{instance="proxy.yggdrasil.local:9100", device="ens3"}[1m])rate(node_network_transmit_bytes_total{instance="proxy.yggdrasil.local:9100", device="ens3"}[1m])
I need one to show network traffic summarized per day.
Whatever I tried, I ended-up with bits and pieces, and not proper one number per day.
I collect in Prometheus and visualize in Grafana.
How to accomplish this?
Thanks in advance!
Best regards,
Mario.
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CAE%2BvKfAqZgd8YDGBojXmDXhvAdwO0CVMnxzO-98tdhy-h0gcVQ%40mail.gmail.com.