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

Added Instrumental and monitoring section #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The goal is to help every Rails developer to build an awesome Rails product/serv
* [Testing](#testing)
* [Production](#production)
* [Error Logging](#error-logging)
* [Monitoring](#monitoring)

## User

Expand Down Expand Up @@ -220,6 +221,9 @@ The goal is to help every Rails developer to build an awesome Rails product/serv
## Asset Pipeline
* [Alaska](https://github.com/mavenlink/alaska) - ExecJS runtime with persistent connection to nodejs, speeds up your coffeescript compilation process during development and deployment.

## Monitoring
* [Instrumental](https://github.com/Instrumental/instrumental_agent-ruby) - Easily add custom application monitoring without worrying about blocking or metric volume.

## Contribute

Contributions welcome! Read the [contribution guidelines](contributing.md) first.