Query1.sum
by(container_label_com_docker_swarm_service_name)(container_network_transmit_bytes_total{{image!="",container_label_com_docker_swarm_service_name="$service"})
Query2.sort_desc(sum by (container_label_com_docker_swarm_service_name)
(rate(container_network_transmit_bytes_total{image!="",container_label_com_docker_swarm_service_name="$service"}[1m]
) ))
Query1 works fine and gives the overall network_transmit_bytes per
service="xyz"
Query2 doesn't return any results when I use the rate function.
Could anyone tell me what is wrong?
Thanks,
Regards,
Isabel
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/d4b22bb9-e0dd-4b4c-b4b0-08551621ec7b%40googlegroups.com.