FFS-2175: Removing Skylight from the project #402
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket
Relates to FFS-2175.
Changes
This PR is for clean up efforts. We are keeping MiniProfiler. I didn't see any specific instructions about placing mini profiler at the bottom of the Gemfile. It seems that requiring it below the database related Gems i.e.
gem "pg", "~> 1.1"
is the only requirement for accurate profiling. I verified this by leaving the Gemfile declaration where it currently is and at the end of the Gemfile and noticed no difference in the flamegraphs.SKYLIGHT_AUTHENTICATION
environment variable from ECS/Fargate via TerraformContext for reviewers
Originally, we installed Skylight in order to determine if we could gain additional insight into why our network requests were taking so long to resolve. In our discovery it wasn't uncommon for users to wait > 5s from request -> response. Skylight is one of the tools that we deployed to gain further insight. While it's a great alternative to New Relic and
rbspy
, it's a bit redundant.Acceptance testing
:alert: Deploy block! @ffs-eng I just merged PR [#123] and will be doing acceptance testing in demo - please don't deploy until I'm finished!
)