scoutapp / scout_apm_elixir

ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.
https://scoutapm.com
Other
36 stars 20 forks source link

Refactoring user-facing instrumentation functions #29

Closed itsderek23 closed 7 years ago

itsderek23 commented 7 years ago

This refactors user-facing instrumentation functions and adds the ability to instrument via module attributes.

Needed to make instrumenting background jobs in #27 easier via module attributes.

Will require some help site doc updates when released.