



- #New relic alternatives install
- #New relic alternatives code
- #New relic alternatives license
- #New relic alternatives zip
The New Relic Ruby agent may use source code from third-party libraries.
#New relic alternatives license
For older agent versions, check the LICENSE file included with the source code. We also host a community project page dedicated toĪs of version 6.12 (released July 16, 2020), the New Relic Ruby agent is licensed under the Apache License, Version 2.0. To all contributors, we thank you! Without your contribution, this project would not be what it is today. If you would like to contribute to this project, please review these guidelines. If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through HackerOne. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals. Īs noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. If you have any questions, or to execute our corporate CLA (required if your contribution is on behalf of a company), please drop us an email at. You only have to sign the CLA one time per project. We encourage contributions to improve the New Relic Ruby agent! Keep in mind when you submit your pull request, you'll need to sign the Contributor License Agreement (CLA) via the click-through using CLA-Assistant. Please review New Relic’s General Data Privacy Notice for more information.
#New relic alternatives zip
We define “Personal Data” as any information relating to an identified or identifiable individual, including, for example, your name, phone number, post code or zip code, Device ID, IP address, and email address. We must emphasize the importance of not sharing personal data in public forums, and ask all users to scrub logs and diagnostic information for sensitive information, whether personal, proprietary, or otherwise. Read more about our Technical Support Offerings.Īt New Relic we take your privacy and the security of your information seriously, and are committed to protecting your information. New Relic Technical Support 24/7/365 ticketed support.New Relic University: A range of online training for New Relic users of every level.New Relic Developer: Resources for building a custom observability applications.New Relic Community: The best place to engage in troubleshooting questions.New Relic Documentation: Comprehensive guidance for using our platform.If the issue has been confirmed as a bug or is a Feature request, please file a GitHub issue. NRDiag can also automatically attach troubleshooting data to a New Relic Support ticket. If NRDiag detects a problem, it suggests troubleshooting steps. New Relic offers NRDiag, a client-side diagnostic utility that automatically detects common problems with New Relic agents. This troubleshooting framework steps you through common troubleshooting questions. Should you need assistance with New Relic products, you are in good hands with several support diagnostic tools and support channels. *There is a known issue that prevents newly generated New Relic API keys from recording deploys. For more information on these features, see The Ruby agent supports* recording deployments in New Relic via a command line To do so, add the following to your Ruby start-up sequence start the agent: NewRelic::Agent.manual_startįor complete documentation on installing the New Relic Ruby agent, see the following links:
#New relic alternatives install
If you are not using Bundler, install the gem with: gem install newrelic_rpmĪnd then require the New Relic Ruby agent in your Ruby start-up sequence: require 'newrelic_rpm'Īssuming 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. gem 'newrelic_rpm'Īnd run bundle install to activate the new gem. The latest released gem for the Ruby agent can be found at Quick Start With Bundlerįor using with Bundler, add the Ruby agent to your project's Gemfile. Refer to the "OtherĮnvironments" section below. You can also monitor non-web applications. The New Relic Ruby agent is dual-purposed as either a Gem or a Rails plugin,Īn up-to-date list of Ruby versions and frameworks for the latest agent To help you improve the customer experience and make data-driven business decisions. You can also extend the agent's performance monitoring to The New Relic Ruby agent monitors your applications to help you
