Hi, I have deployed the app using the Helm chart: https://github.com/promhippie/charts/tree/master/stable/github-exporter and set the following resources block:
resources:
limits:
cpu: 300m
memory: 250Mi
requests:
cpu: 50m
memory: 50Mi
Checking the CPU usage with ice:
➜ k ice cpu
PODNAME CONTAINER USED REQUEST LIMIT %REQ %LIMIT
prometheus-promhippie-github-exporter-7fdd9fbd9c-2sqkb github-exporter 9m 50m 300m 17.03 2.84
I see that the reported usage is very low, however I'm facing throttling issues


I suspect this may be related to the container trying to burst for very small time, not enough for the metrics to catch it

Hi, I have deployed the app using the Helm chart: https://github.com/promhippie/charts/tree/master/stable/github-exporter and set the following resources block:
Checking the CPU usage with ice:
I see that the reported usage is very low, however I'm facing throttling issues
I suspect this may be related to the container trying to burst for very small time, not enough for the metrics to catch it