-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Labels
staleMarks an issue/PR staleMarks an issue/PR stale
Description
Should the Excon instrumentation handle retries better? I believe the way it works now is that retries are basically all smuggled into the same span. I've seen spans that have connect_write timeout reached
but are actually successful after a retry. I can tell from custom excon logging that it was successful but the otel shows the first response data mixed with the end time of the last retry.
I wasn't sure which direction the project might want to go. Should each excon invocation be a child span?
Metadata
Metadata
Assignees
Labels
staleMarks an issue/PR staleMarks an issue/PR stale