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

Ratpack http span missing for error'd connections #3558

Closed
necrolyte2 opened this issue Jul 13, 2021 · 0 comments · Fixed by #3613
Closed

Ratpack http span missing for error'd connections #3558

necrolyte2 opened this issue Jul 13, 2021 · 0 comments · Fixed by #3613
Assignees
Labels
bug Something isn't working repro provided

Comments

@necrolyte2
Copy link

Describe the bug
If an http connection yields an error(read timeout or connection timeout) no span is produced for that http connection

Steps to reproduce
https://github.com/necrolyte2/ratpack-kotlin-otel/releases/tag/4.0.0

What did you expect to see?
There should be an http span created and marked with an error

What did you see instead?
No span is created at all for the error'd http calls

What version are you using?
main branch build from #3416

Environment
Compiler: "AdoptOpenJDK 11.0.6"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working repro provided
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants