Patryk Małek

Results 6 issues of Patryk Małek

I believe the following yaml: ```yaml ## Random stuff stuff: ## uncomment for the debug mode # debug: true ``` shouldn't cause an error like this: ``` 4:3 error comment...

Hello, Thanks for this awesome plugin! I have a use case that involves only checking if a particular "invalid plugin" is set, let's say `do not merge`. I don't want...

With https://github.com/SumoLogic/sumologic-otel-collector/pull/371 we've introduced a "hardcoded" version of [sumologicextension dependency in sumologicexporter's module](https://github.com/SumoLogic/sumologic-otel-collector/blob/b53d4a6285005c037569738b78c1b895e86ac8d4/pkg/exporter/sumologicexporter/go.mod#L6) This has to be somehow kept in sync.

https://github.com/SumoLogic/sumologic-otel-collector/blob/ac6b6f9a8cb2d1ee96c9e745401532829be51e3e/pkg/exporter/sumologicexporter/translate_metrics_test.go#L122-L130

With introduction of this change: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/1647 the chart has an option to send metrics via otelcol's pods (originally designed to handle tracing traffic). This happens even when `sumologic.metrics.enabled` is set...

bug

related: https://github.com/SumoLogic/sumologic-otel-collector/issues/265 One might note that the with otelcol we do not send the source related headers. We do that with fluentd but those are set to empty. This can...

enhancement