You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version v0.109.0-eksbuild.2 of the adot EKS addon utilizes the image public.ecr.aws/aws-observability/aws-otel-collector:v0.41.1. Under certain conditions (believed to be if a receiver is configured as follows:
receivers:
otlp:
protocols:
http:
The following error is thrown repeatedly: http: superfluous response.WriteHeader call from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request.(*RespWriterWrapper).writeHeader (resp_writer_wrapper.go:78).
In order to resolve this issue it appears we would need to update to public.ecr.aws/aws-observability/aws-otel-collector:v0.42.0 however it appears that there is no way to do this.
An ability to modify the image version to (public.ecr.aws/aws-observability/aws-otel-collector:v0.42.0) when running the addon
A release of the adot addon without this issue
What did you see instead?
There is no way to fix this issue at present.
Environment
Describe any aspect of your environment relevant to the problem.
If this is related to a deployment of the ADOT Collector please
provide your Collector config file.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Version
v0.109.0-eksbuild.2
of the adot EKS addon utilizes the imagepublic.ecr.aws/aws-observability/aws-otel-collector:v0.41.1
. Under certain conditions (believed to be if a receiver is configured as follows:The following error is thrown repeatedly:
http: superfluous response.WriteHeader call from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request.(*RespWriterWrapper).writeHeader (resp_writer_wrapper.go:78)
.In order to resolve this issue it appears we would need to update to
public.ecr.aws/aws-observability/aws-otel-collector:v0.42.0
however it appears that there is no way to do this.Steps to reproduce
See #2881.
What did you expect to see?
I would expect to see either:
public.ecr.aws/aws-observability/aws-otel-collector:v0.42.0
) when running the addonWhat did you see instead?
There is no way to fix this issue at present.
Environment
Describe any aspect of your environment relevant to the problem.
If this is related to a deployment of the ADOT Collector please
provide your Collector config file.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: