ory/x

DB traces report EOF errors

Closed this issue · 2 comments

Describe the bug

Currently EOF errors show up in DB traces.

To Reproduce

Steps to reproduce the behavior:

Enable tracing, view db traces, you will see a lot of:
image

Expected behavior

EOF should not be an opentracing error.

Solution

The fix is likely to update https://github.com/luna-duclos/instrumentedsql to the latest release which has this fixed.

See luna-duclos/instrumentedsql#23 for more information.

Nice, would you update to go.mod files accordingly in a PR? :)