Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

renuo/appsignal-ruby

Repository files navigation

AppSignal apm for Ruby - Renuo version

Read the original README to get the details about this gem. Here we will list only the diffrerences with the original gem.

Sampling

You can sample your requests by setting the ENV variable APPSIGNAL_SAMPLING_RATE. A value of 1 (the default) means that all requests will be recorded in Appsignal. A value of 0.5 means that only 50% of the requests will be recorded. A value of 0.01 means that only 1% of the requests will be recorded.

This does not include errors. If an error occurs during a transaction, it will always be recorded.

This will mess up your statistics on Appsignal of course.

About

AppSignal fork for Renuo

Resources

Readme

License

MIT license

Code of conduct

Code of conduct

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Ruby 98.1%
  • C 1.7%
  • Other 0.2%