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

[Feature]: Allow configuring KeepAlive for Zipkin collector #4365

Closed
topjung3 opened this issue Apr 5, 2023 · 0 comments · Fixed by #4366
Closed

[Feature]: Allow configuring KeepAlive for Zipkin collector #4365

topjung3 opened this issue Apr 5, 2023 · 0 comments · Fixed by #4366

Comments

@topjung3
Copy link
Contributor

topjung3 commented Apr 5, 2023

Requirement

I use jaeger-collector in k8s, and an ingress node has KeepAlive configuration, and the timeout is 75s. But the Jaeger-collector Zipkin server's KeepAlive configuration is enabled, and the timeout is 30s. It makes a 502 error. I can not change the ingress keepalive timeout because of the resource issue. so I need to disable KeepAlive of the Jaeger-collector Zipkin server.

Problem

Can not change the jaeger-collector's Zipkin HTTP server KeepAlive configuration.

Proposal

Add cli flag for change jaeger-collector's Zipkin HTTP server KeepAlive configuration.

Open questions

No response

yurishkuro added a commit that referenced this issue Apr 5, 2023
## Which problem is this PR solving?
- Resolves #4365 

## Short description of the changes
- Add cli flag for change jaeger-collector's Zipkin HTTP server
KeepAlive configuration.

Signed-off-by: Heesu Jung <topjung3@gmail.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant