scout_apm
monitors the performance of Elixir applications in production and provides an in-browser profiler during development. Metrics are
reported to Scout, a hosted application monitoring service.
See our docs for detailed information.
DevTrace, Scout's in-browser development profiler, may be used without signup.
To use:
config/dev.exs
file, add:
# config/dev.exs
config :scout_apm,
dev_trace: true
See our docs for information on libraries we auto-instrument (like Phoenix controller-actions) and guides for instrumenting Phoenix channels, Task, HTTPoison, GenServer, and more.