Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
New Relic RPM Ruby Agent
| Date | Stars |
|---|---|
| 2026-07-31 | 1210 |
| 2026-08-04 | 1210 |
| 2026-08-06 | 1210 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
15.0
growth rate 0.00%/day
<a href="https://opensource.newrelic.com/oss-category/#community-plus"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/dark/Community_Plus.png"><source media="(prefers-color-scheme: light)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png"><img alt="New Relic Open Source community plus project banner." src="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png"></picture></a> # New Relic Ruby agent The New Relic Ruby agent monitors your applications to help you [identify and solve performance issues](https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/introduction-new-relic-ruby#monitor-performance). You can also extend the agent's performance monitoring to [collect and analyze business data](https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/introduction-new-relic-ruby#business-data) to help you improve the customer experience and make data-driven business decisions. The New Relic Ruby agent is dual-purposed as either a Gem or a Rails plugin, hosted on [GitHub](https://github.com/newrelic/newrelic-ruby-agent). This code is actively maintained by New Relic engineering teams and delivered here in GitHub. See below for troubleshooting and defect reporting instructions. [](https://badge.fury.io/rb/newrelic_rpm) ## Supported environments An up-to-date list of Ruby versions and frameworks for the latest agent can be found on [our docs site](https://docs.newrelic.com/docs/ruby/supported-frameworks). You can also monitor non-web applications. Refer to the "Other Environments" section below. ## Installing and using The latest released gem for the Ruby agent can be found at [RubyGems.org](https://rubygems.org/gems/newrelic_rpm) ### Quick start #### With Bundler For using with Bundler, add the Ruby agent to your project's Gemfile. ```ruby gem 'newrelic_rpm' ``` and run `bundle install` to activate the new gem. #### Without Bundler If you are not using Bundler, install the gem with: ```bash gem install newrelic_rpm ``` and then require the New Relic Ruby agent in your Ruby start-up sequence: ```ruby require 'newrelic_rpm' ``` #### Other environments Assuming you have installed the agent per above, you may also need to tell the Ruby agent to start for some frameworks and non-framework environments. To do so, add the following to your Ruby start-up sequence start the agent: ```ruby NewRelic::Agent.manual_start ``` ### Complete install instructions For complete documentation on installing the New Relic Ruby agent, see the following links: * [Introduction](https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/introduction-new-relic-ruby) * [Install the New Relic Ruby agent](https://docs.newrelic.com/docs/agents/ruby-agent/installation/install-new-relic-ruby-agent). See also these docs that cover specific install scenarios: * [Rails plugin installation](https://docs.newrelic.com/docs/agents/ruby-agent/installation/ruby-agent-installation-rails-plugin) * [AWS Lambda](https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/instrument-your-own/) * [GAE Flexible Environment](https://docs.newrelic.com/docs/agents/ruby-agent/installation/install-new-relic-ruby-agent-gae-flexible-environment) * [Pure Rack apps](https://docs.newrelic.com/docs/ruby/rack-middlewares) * [Ruby agent and Heroku](https://docs.newrelic.com/docs/agents/ruby-agent/installation/ruby-agent-heroku) * [Background jobs](https://docs.newrelic.com/docs/agents/ruby-agent/background-jobs/monitor-ruby-background-processes) * [Configure the agent](https://docs.newrelic.com/docs/agents/ruby-agent/configuration/ruby-agent-configuration) * [Update the agent](https://docs.newrelic.com/docs/agents/ruby-agent/installatio
Excerpt of 8,841 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
Not classified yet. Classification runs as part of npm run ingest.