Mikołaj Świątek

Results 312 comments of Mikołaj Świątek

Should we also change the extension in sumo exporter's go.mod?

Don't these instructions work: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/CONTRIBUTING.md#arm-hosts-apple-m1-and-so-on?

Yes, this is by design. Collecting events is essentially reading records from a database table - if you want to scale that, you need to shard the table somehow, which...

@kkujawa-sumo do we know if this is fixed with #2506?

> When reproducing, I wasn't sure if just creating a pvc will imply whether it can or not be creating automatically - with statefulset I had that guarantee, because it...

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...

To answer the question directly, for otel exporters which use the sending queue, you can set `num_consumers`: https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/exporterhelper. I'm not sure this is really what you want, though. What exactly...

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:...

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...