Alex Boten
Alex Boten
I just ran load tests for v0.107.0 and here's what i have when i enabled the noop tracer provider feature gate: Before using `--feature-gates service.noopTracerProvider` ![Screenshot 2024-08-26 at 11 39...
thanks @arielvalentin, I missed that when i looked your attached profiles a couple of days ago. good to know that using the no-op tracer provider at least reduces the overall...
The release schedule is documented here: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/release.md#release-schedule
Revert the change to unblock the release https://github.com/open-telemetry/opentelemetry-collector/pull/10978, will leave the issue open to ensure the change is re-applied in a future release
Removing the blocker label as the change has been reverted for now
@atoulme can you confirm that contrib can be updated to not use this method?
@crobert-1 added test in mdatagen to validate the generated code
@frzifus there was a decision made some time ago (i'm struggling to find a link with this info) to not pipe the collector's own telemetry through itself, to avoid the...
@open-telemetry/collector-approvers this PR should be ready for review
I think the same fix that will address https://github.com/open-telemetry/opentelemetry-collector/issues/10925 will address this issue as well, can you confirm @sh0rez