-
Notifications
You must be signed in to change notification settings - Fork 97
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: scoutapp/scout_apm_ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: scoutapp/scout_apm_ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 15 files changed
- 2 contributors
Commits on Sep 19, 2019
-
WIP logging autoinstrument layers that are significant/insignicant
Instrumenting many insignificant layers adds overhead. These insignificant layers are unlikely to be areas a developer will optimize. This adds a persistant Histogram that logs a count of total autoinstrumented layers and the percent significant per-file name. ``` [09/19/19 10:55:36 -0600 Dereks-MacBook-Pro.local (66345)] DEBUG : AutoInstrument Layer Histograms: {"/Users/dlite/projects/scout/apm/app/controllers/application_controller.rb"=> {:total=>1774, :significant=>0.08}, "/Users/dlite/projects/scout/apm/app/controllers/status_pages_controller.rb"=> {:total=>5, :significant=>0.2}, "/Users/dlite/projects/scout/apm/app/controllers/checkin_controller.rb"=> {:total=>52, :significant=>0.23}, "/Users/dlite/projects/scout/apm/app/controllers/deploys_controller.rb"=> {:total=>15, :significant=>0.2}, "/Users/dlite/projects/scout/apm/app/controllers/apps_controller.rb"=> {:total=>57, :significant=>0.46}, "/Users/dlite/projects/scout/apm/app/controllers/errors_controller.rb"=> {:total=>4, :significant=>1.0}, "/Users/dlite/projects/scout/apm/app/controllers/insights_controller.rb"=> {:total=>4, :significant=>1.0}, "/Users/dlite/projects/scout/apm/app/controllers/alerts_controller.rb"=> {:total=>8, :significant=>0.25}, "/Users/dlite/projects/scout/apm/app/controllers/traces_controller.rb"=> {:total=>12, :significant=>0.42}, "/Users/dlite/projects/scout/apm/app/controllers/endpoints_controller.rb"=> {:total=>22, :significant=>0.32}} ```
Configuration menu - View commit details
-
Copy full SHA for 7da3f13 - Browse repository at this point
Copy the full SHA 7da3f13View commit details
Commits on Sep 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 84575a5 - Browse repository at this point
Copy the full SHA 84575a5View commit details -
Adding
auto_instruments_ignore
config optionThis adds a `auto_instruments_ignore` config option so files can be excluded from autoinstruments. By defaut this is an empty array. Example usage: `auto_instruments_ignore: ['application_controller']`.
Configuration menu - View commit details
-
Copy full SHA for 551f561 - Browse repository at this point
Copy the full SHA 551f561View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 847d72e - Browse repository at this point
Copy the full SHA 847d72eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1189020 - Browse repository at this point
Copy the full SHA 1189020View commit details -
Configuration menu - View commit details
-
Copy full SHA for da62aca - Browse repository at this point
Copy the full SHA da62acaView commit details -
Merge pull request #283 from scoutapp/auto_instruments_logging
Logging autoinstrument layers that are significant/insignicant + ignoring files
Configuration menu - View commit details
-
Copy full SHA for e05dcde - Browse repository at this point
Copy the full SHA e05dcdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be913f - Browse repository at this point
Copy the full SHA 9be913fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6.0...v2.6.1