I have two deployments running on the same namespace. For the sake of the question let's call them "bob" and "bob-worker", both running in namespace "bob". Each such deployment has an HPA attached to it, auto-scaling it.
I want to graph by time the number of pods running per deployment (so that would be two graphs). I just can't seem to find any working solution. All solutions are per namespace instead of per deployment.