Hi, @aloukissas!
Seems like, that could be achieved by setting stacktrace: true in the Repo config. (Look up “stacktrace” keyword on this page Ecto.Repo — Ecto v3.14.0)
Then in the telemetry events in metadata there will be the stacktrace from where we could extract the caller’s MFA.
OpentelemetryEcto currently doesn’t provide with any option to support that integration. So will need to patch this






















