scoutapp / scout_apm_elixir

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

Nested scopes #15

Closed cschneid closed 7 years ago

cschneid commented 7 years ago

Enables nesting of layers inside of traces.

For instance:

pagecontroller_index

Currently APM only supports a single layer of nesting, so view partials inside of view partials will get flattened out. This will likely be extended to deeper nesting in the future.