-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to increase-max-threads-for-collector via helm #3686
Comments
That part of the documentation describes Sumo's own collector, which isn't used in this Chart. The Chart uses the OpenTelemetry Collector instead, and while there is a way to increase the sender thread count, in a Kubernetes environment it's better to scale horizontally instead. Have you considered enabling autoscaling in the Chart values.yaml instead? For reference, the Helm Chart documentation can be found here: https://help.sumologic.com/docs/send-data/kubernetes/. |
@swiatekm-sumo collectors are running as daemonset and I believe auto scaling not applicable https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/charts/opentelemetry-collector/values.yaml#L498 |
To answer the question directly, for otel exporters which use the sending queue, you can set I'm not sure this is really what you want, though. What exactly is the problem you're facing? Does it involve the |
@swiatekm-sumo delay in ingestion is the issue I'm facing and initial thread I pasted had the same behaviour. |
Are you confident the delay is the log collectors' fault? Indications of that would be CPU throttling, and the solution would be to increase the CPU request and limit here:
What does the resource usage of Pods created by the Chart look like in your cluster? |
Resource usage are within limits
|
It does not look like you're resource constrained, so the ingestion delay must be caused by something else. Could you open a support ticket with Sumo, provide all the necessary information, and link this issue? |
Thanks @swiatekm-sumo |
Helm Version: "3.9.0"
Facing delay in ingestion and looking to increase threads in collector as described here https://help.sumologic.com/docs/send-data/collector-faq/#increase-max-threads-for-collector
Is this supported via helm values ?
The text was updated successfully, but these errors were encountered: