Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adot EKS Addon Version v0.109.0-eksbuild.2 causes repeated Error (2x/second) when http protocol otlp receiver is used #2947

Open
colinbjohnson opened this issue Jan 26, 2025 · 0 comments

Comments

@colinbjohnson
Copy link

Describe the bug

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.

Steps to reproduce

See #2881.

What did you expect to see?

I would expect to see either:

  1. An ability to modify the image version to (public.ecr.aws/aws-observability/aws-otel-collector:v0.42.0) when running the addon
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant