Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Skylight instrumentation #322

Merged
merged 1 commit into from
Feb 5, 2018

Conversation

chancancode
Copy link
Contributor

I discussed with @coopdevs about adding Skylight instrumentation to the TimeOverflow website under the new Skylight for Open Source program.

If you’re not already familiar with Skylight, it is a smart profiler for Rails apps. Skylight makes it easy to pinpoint performance issues in Rails applications.

We work on a lot of open source projects ourselves, and in our experience it can be pretty hard to get contributors to work on application performance issues. Few contributors consider working on performance problems, and the ones that might be interested may not even know where to start. By making performance information more accessible, we hope to inspire potential contributors to tackle slow parts of your app, and have a good way to see if their contributions helped.

Once this patch is merged and deloyed*, you will be able to view the performance data we collected at the public Skylight dashboard. The dashboard will be accessible to anyone (no Skylight account required) to make it easy for contributors.

(*Actually, I lied a little. We still need to set the SKYLIGHT_AUTHENTICATION environment variable to the appropiate API key on production, but I will work with @coopdevs on that off-thread.)

I discussed with @coopdevs about adding Skylight instrumentation
to the TimeOverflow website under the new [Skylight for Open Source](https://www.skylight.io/oss)
program.

If you’re not already familiar with Skylight, it is a smart profiler
for Rails apps. Skylight makes it easy to pinpoint performance issues
in Rails applications.

We work on a lot of open source projects ourselves, and in our experience
it can be pretty hard to get contributors to work on application performance
issues. Few contributors consider working on performance problems, and the
ones that might be interested may not even know where to start. By making
performance information more accessible, we hope to inspire potential
contributors to tackle slow parts of your app, and have a good way to
see if their contributions helped.

Once this patch is merged and deloyed*, you will be able to view the
performance data we collected at the [public Skylight dashboard](https://oss.skylight.io/app/applications/grDTNuzZRnyu).
The dashboard will be accessible to anyone (no Skylight account
required) to make it easy for contributors.

(*Actually, I lied a little. We still need to set the `SKYLIGHT_AUTHENTICATION`
environment variable to the appropiate API key on production, but I
will work with @coopdevs on that off-thread.)
@sauloperez
Copy link
Collaborator

Thanks for the PR @chancancode ! I assume we can safely merge and deploy this while we work on adding the env var, right?

@chancancode
Copy link
Contributor Author

Yep! It might print a warning, but otherwise wouldn’t do anything!

@sauloperez sauloperez merged commit 4578ab0 into coopdevs:develop Feb 5, 2018
@chancancode chancancode deleted the skylight-instrumentation branch February 6, 2018 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants