open-telemetry / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
2.97k stars 2.31k forks source link

[exporter/splunkhec] Fix Capabilities with enabled batching #35306

Closed dmitryax closed 2 weeks ago

dmitryax commented 2 weeks ago

The exporter wrappers, like batch by scope and batch by resource, incorrectly claim that they are not mutating even if the wrapped exporter mutates the data. This leads to "invalid data access" runtime failures. This change fixes that.