-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
http: superfluous response.WriteHeader call from RespWriterWrapper #35138
Comments
This seems to have been fixed in open-telemetry/opentelemetry-go-contrib#6074 |
thanks for the information @bacherfl , it seems the release of contrib is still 109 |
Hello, I just wanted to report that we are also seeing this log spam using image: receivers:
otlp:
protocols:
http:
endpoint: 0.0.0.0:4318
grpc:
endpoint: 0.0.0.0:4317
exporters:
datadog:
api:
site: $${env:DD_SITE}
key: $${env:DD_API_KEY}
traces:
trace_buffer: 1000
debug:
processors:
batch:
send_batch_size: 8192
send_batch_max_size: 0
timeout: 200ms
memory_limiter:
check_interval: 1s
limit_percentage: 75
spike_limit_percentage: 20
extensions:
health_check:
endpoint: 0.0.0.0:13133
service:
extensions: [health_check]
pipelines:
traces:
receivers: [otlp]
processors: [resource, memory_limiter, batch]
exporters: [datadog, debug] We are seeing the following log spammed. It happens when
|
Closing this as fixed per 0.110.0. |
Component(s)
No response
What happened?
Description
Steps to Reproduce
/otel/config.yaml:
Dockerfile:
Expected Result
No
Actual Result
The superfluous span across the collector logs
Collector version
0.109.0
Environment information
Environment
OS: On both k8s's and macOS 14.6.1's docker engine, both happens. I use docker image otel/opentelemetry-collector-contrib:0.109.0
Compiler(if manually compiled): (e.g., "go 14.2") no complier using
OpenTelemetry Collector configuration
No response
Log output
Additional context
verison before 0.109.0 works as expected. Tested on 0.105.0 till 0.108.0, works as expected.
The text was updated successfully, but these errors were encountered: