elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
309 stars 112 forks source link

Add a telemetry event on connect/disconnect #310

Closed v0idpwn closed 4 months ago

v0idpwn commented 4 months ago

This PR also moves the logic of notifying listeners to a telemetry handler.

Pros:

Cons:

I'm not sure if we should merge this. The purpose of the PR is to demonstrate how it could be done.

v0idpwn commented 4 months ago

Sounds good, will send another PR with the alternative approach :)

v0idpwn commented 4 months ago

Closing this in favor of #311