Skip to content

Excon: Retry information #1648

@jabrown85

Description

@jabrown85

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

No one assigned

    Labels

    staleMarks an issue/PR stale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions