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
9
votes
3 answers

New Relic Android agent error with gradle

I have a project that uses the gradle build system and I'm willing to add New Relic monitoring to it. The project (including New Relic) is working fine on Linux (Fedora 20), but won't build on my Mac development system, and gives out an error…
Miro Markaravanes
  • 3,285
  • 25
  • 32
9
votes
1 answer

Why is my code apparently calling LocalDataStoreMgr.GetNamedDataSlot?

When our ASP.NET website is under heavy load, every now and then, one of the servers will just go wild and use 100% CPU without responding at all. When I run stackdump.exe on the running process, I see that practically all threads are ending in the…
Teun D
  • 5,045
  • 1
  • 34
  • 44
9
votes
1 answer

Analyzing high WSGI/Response time data of django with mod_wsgi on NewRelic

Project deployment as: django with apache mod_wsgi Got New Relic lite version configured to track web performance. On the New Relic -> Monitoring -> Web transactions panel -> Sort on Most time consuming -> Selecting on First entry -> Breakdown Table…
9
votes
4 answers

PHP Startup: Unable to load dynamic library (NEW RELIC)

I am running Ubuntu 12.04 with Nginx and the latest PHP. The story goes like this: I tried to install the new relic PHP agent per the instructions for ubuntu: wget -O - http://download.newrelic.com/548C16BF.gpg | sudo apt-key add - sudo sh -c…
Adriano C R
  • 667
  • 3
  • 10
  • 23
9
votes
4 answers

Java Play 2.2 doesn't support javaagent

With previous version of the Java Play framework, we could provide a command line argent to load monitoring agents. For example, NewRelic could be loaded as ./path/to/start -javaagent:/path/to/newrelic.jar With the release of the 2.2, the Play…
Chris
  • 93
  • 1
  • 4
9
votes
8 answers

NoClassDefFoundError on apps that doesn't have newrelic installed

I've installed newrelic for my android app using their guide for eclipse. It is working ok on that app. Now, if I create a simple hello world project i'm receiving a NoClassDefFoundError. How can I solve this? Thank you in advance. I've already…
Ejmedina
  • 509
  • 5
  • 13
8
votes
1 answer

Heroku Console and New Relic (cedar stack)

My team is continuously getting New Relic log messages on our heroku console. This highly annoying and causes issues when your working on a longer command, and a batch of new relic log messages prints out over your command. Anyone else have this? …
jfeust
  • 845
  • 1
  • 9
  • 19
8
votes
2 answers

How to view mongoid queries in new relic in rails application

I'm usig "newrelic_rpm gem", Its working fine in sqllite(i.e.., embedded db in rails). when using mongoid.yml it shows sql[0] for mongoid. Also it cannot list the mongoid query in http://localhost.com:3000/newrelic/show_sample_sql?id=91570930. Does…
user1094976
8
votes
0 answers

«Can't resolve 'aws-sdk'» while it not a direct dependency

I have newrelic among dependencies. When I try to build application I get ERROR in ./node_modules/@newrelic/native-metrics/lib/pre-build.js Module not found: Error: Can't resolve 'aws-sdk' in … And aws-sdk is dependency of newrelic. I may install…
SilentImp
  • 1,865
  • 1
  • 18
  • 28
8
votes
1 answer

How to track deployment to Azure webapp in NewRelic?

Background info: I have set up Azure to automatically deploy code from develop branch (on Github) to dev-webapp when code is pushed to develop branch. When code is pushed to master branch, Azure deploys code from master branch to test-webapp and pre…
henrik
  • 314
  • 2
  • 6
8
votes
4 answers

Open Source New Relic alternative

I'm searching for a open source alternative for New Relic. Something that I can install on my own for my rails development and production app, to analyse my queries, render times... There are a lot of services out there, most of them with a free…
23tux
  • 14,104
  • 15
  • 88
  • 187
8
votes
1 answer

Looking to quantify the performance overhead of NewRelic monitoring in python django app

I am working on a large Django (v1.5.1) application that includes multiple application servers, MySQL servers etc. Before rolling out NewRelic onto all of the servers I want to have an idea of what kind of overhead I will incur per transaction. If…
redfive
  • 170
  • 8
8
votes
2 answers

Newer ServiceStack reporting badly with New Relic

Some of our latest Web Service applications has been using the newer 3.9.x version of ServiceStack and we are about to update one of our older applications from v3.5.x to use 3.9.44.0. The 3.5.x version has been reporting quite well with New Relic,…
Quintium
  • 499
  • 5
  • 22
8
votes
1 answer

What Does "Dispatcher" do on NewRelic's @Trace Annotation

What does the the dispatcher attribute of the @Trace annotation for New Relic do? All the examples I can find have it set to true - what happens if it is set to false?
DeejUK
  • 12,891
  • 19
  • 89
  • 169
7
votes
2 answers

Targeting New Relic to run only on 1 (of 3) app servers

Our medium-sized rails app runs (in production) on three servers. We've just finished a trial period, using New Relic as a gem. During the trial period we tracked all three servers, but to continue with a subscription we only need (and only have…
omnikron
  • 2,211
  • 17
  • 30