Questions tagged [newrelic]

New Relic is a web and mobile application performance monitoring service for Ruby, Java, .NET, PHP, Python, Node.js, Go, Android, and iOS apps.

New Relic is a web application performance monitoring service.
It has support for the following languages/frameworks:

For a single-page application (SPA), it also has specific instrumentation instructions:

Free and paid (more features) subscriptions available.

You are invited to join New Relic's Community Support forum for help from New Relic staff and customers.

Formerly "New Relic RPM". The Ruby gem is named newrelic_rpm.

Documentation

1430 questions
7
votes
2 answers

Is there something like "New Relic" for Perl apps?

We have successfully migrated all of our PHP and Ruby apps to use New Relic RPM both for Application performance measurements and server monitoring. We are very please with results, which have enabled us to improve the overall performance of the…
Cninroh
  • 1,796
  • 2
  • 21
  • 37
7
votes
3 answers

How to make Maven copy resource file into WEB-INF/lib directory?

I'm using NewRelic for monitoring. I want Maven to package both newrelic.jar and newrelic.yaml files into my WEB-INF/lib inside the war file. With the newrelic.jar there is no problem since it's a simple dependency, but newrelic.yaml is a resource…
AlexV
  • 3,836
  • 7
  • 31
  • 37
7
votes
0 answers

Execution failed for task ':app:dexBuilderDebug'

Im trying to build an android application using react native. Im new to mobile app development so Im not sure whats wrong here. The application built successfully until I tried to add the newrelic plugin in the build.gradle file This is my…
7
votes
5 answers

New Relic vs ScoutApp vs Cloudkick to monitor my servers

What are the advantages of using one vs the other for monitoring my EC2 servers (app is using Rails)? I see new relic is much more expensive, is it worth it? why? Thanks
donald
  • 23,587
  • 42
  • 142
  • 223
7
votes
2 answers

newrelic agent is not sending data to newrelic servers at staging only

I have a new relic agent configured like so: newrelic==2.56.0.42 newrelic.agent.initialize(newrelic_ini_file, newrelic_env) logging.info('NewRelic initialized with newrelic_env '+repr(newrelic_env)) logging.info('NewRelic config name is…
WebQube
  • 8,510
  • 12
  • 51
  • 93
7
votes
1 answer

MongoDB causing large delay with unknown findOne method - New Relic

I setup newrelic to better understand what bottlenecks my app has and I found an issue that I can't seem to figure out. Majority of my delays are being caused by mongoDB user.fineOne but main issue is that I can't seem to find the where in the code…
Skywalker
  • 4,984
  • 16
  • 57
  • 122
7
votes
2 answers

flink - adding instrumentation

I want to add NewRelic instrumentation to my flink jobs. I don't see where it's possible to pass additional classpath / other params to the bin/flink run command. The NewRelic java agent wants -javaagent: added to the execution…
ethrbunny
  • 10,379
  • 9
  • 69
  • 131
7
votes
2 answers

New Relic in Android Studio - newrelic.properties - variants

I'm integrating New Relic in my project (with Android Studio & Gradle) which has 2 variants. Each variant has its own generated token, which I store in each variant's string.xml file. In the New Relic documentation, it states the following: In your…
Gil Moshayof
  • 16,633
  • 4
  • 47
  • 58
7
votes
1 answer

ASP.NET MVC 4 Website Speed Issues

We've just finished building a website for a customer in MVC 4, the site is deployed and online, however the client is now complaining of seriously slow load times. We are unable to replicate the issue viewing the very same website on our machines.…
Leigh
  • 1,495
  • 2
  • 20
  • 42
7
votes
3 answers

Can I ignore particular exceptions in New Relic Java API?

I am using the New Relic Java API to monitor a Jersey Rest application secured by OAuth. In our application we throw an exception whenever somebody tries to do something unauthorized. While these are exceptions, they do not need to be monitored by…
marstonstudio
  • 395
  • 3
  • 9
7
votes
2 answers

There is a new relic clone for arm (Raspberry PI)?

I need to monitor the performance of a raspberry PI (with raspbian), I tried to use new relic, but it doesn't support ARM architecture, so it's impossible to use. I even tried graphdat but seems to have the same problem. Any alternative to suggest…
fain182
  • 1,068
  • 11
  • 25
7
votes
1 answer

Intermittent delays in System.Web.HttpApplication.BeginRequest(), not SessionState related

We have two web apps (Azure web roles) that both suffer from occasional long delays (40 to 60 seconds) during System.Web.HttpApplication.BeginRequest. We know this because we are using NewRelic to monitor our web apps. The usual culprit is thread…
Co7e
  • 1,008
  • 10
  • 17
7
votes
2 answers

New Relic warning: the Xdebug extension prevents the New Relic agent from gathering errors. No errors will be recorded

In /var/log/newrelic/php_agent.log on my servers I see lines like this: 2013-08-30 16:05:01.444 (15615/child) warning: the Xdebug extension prevents the New Relic agent from gathering errors. No errors will be recorded. Yet, I still see [at least…
Adam Monsen
  • 9,054
  • 6
  • 53
  • 82
7
votes
4 answers

Newrelic isn't recognizing my Slim PHP routes

I have just set up New Relic on my PHP web app. Everything is working great except one thing... All of the transactions show as going through "index.php". The reason for this because I'm using the Slim framework (there are many alternatives for…
Brian
  • 541
  • 3
  • 15
7
votes
1 answer

Disable New Relic from reporting when switching environments locally

We use New Relic to monitor our Rails applications. Sometimes, when we are developing locally, we need to switch to a different environment to test things. We start up our server like so $ RAILS_ENV=production rails s Unfortunately, now our app…
Brian Wigginton
  • 2,632
  • 3
  • 21
  • 28