spandex-project / spandex

A platform agnostic tracing library
MIT License
333 stars 53 forks source link

Consider switching to phoenix instrumentation instead of plugs #4

Closed zachdaniel closed 7 years ago

zachdaniel commented 7 years ago

This might not be worth it, but would be more standard.

driv3r commented 7 years ago

If so, I would suggest still having plugs in place, as those should work for other plug based frameworks

zachdaniel commented 7 years ago

I'm inclined to agree. The plugs work and are a more generic solution.