In Grafana agent integration deployment, even though a pod is running, it tries to create another pod that starts with container creation and then terminates. It keeps happening repeatedly and after some time the running pod also restarts.
logs of running container, when it stops
On further debugging I found out it is because there are lot of Integrations and metricsInstances due to which this is happening.
How can we scale the grafana agent to handle lot of Integrations and MetricsInstance load?