From the [semantic conventions][1]: > Span kind: MUST always be CLIENT. [1]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/database.md Co-authored-by: Bryan Naegele <bryannaegele@users.noreply.github.com>
As it stands, when source is nil (which, for example, can happen if there is a call to `Repo.transaction`), the name of the span ends in an odd ':'. This removes that ':'. Co-authored-by: Bryan Naegele <bryannaegele@users.noreply.github.com>
* Migrate otel ecto