Get kb/s for pod not for service

I would like to monitor the kb/s for every pod in my example application
In kiali and grafana I can see the kb/s for every service, but I would like to get it for every pod. Is there a way I can configure this?

Kiali won’t show pod-level metrics. Pods come and go and tracking their metrics could lead to a lot of churn in the time-series. The lowest-level aggregation is workload metric, where a workload is typically a deployment (but could be something else, replica-set, etc). The workload graph type in Kiali is your lowest level option for topology and edge rates.