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
73
votes
7 answers

How to apply plugin to only one flavor in gradle?

I have a multi-flavored, multi-build-typed android project and I want to integrate the NewRelic plugin. But I have to apply it only for one of the customers, thus only for one product flavor. NewRelic uses instrumentation and the plugin would…
71
votes
4 answers

Rails + New Relic: What does RPM mean?

I just started using New Relic RPM with my rails app, and one of the metrics they provide is "Throughput RPM". I have googled everywhere and thoroughly combed the New Relic docs, and I cannot find ANY written explanation of the RPM throughput…
Andrew
  • 42,517
  • 51
  • 181
  • 281
59
votes
4 answers

What happens in BeginProcessRequest()?

We are using NewRelic to provide server-side application traces. We have noticed that some of our applications consistently spend about 100ms in the method System.Web.Mvc.MvcHandler.BeginProcessRequest(). This happens before any custom controller…
Dave Bish
  • 19,263
  • 7
  • 46
  • 63
56
votes
1 answer

Comparison between NewRelic and Azure Insights

I'm looking into using a performance and monitoring tool for my web application hosted on Azure. I was wondering what the main differences are between Microsoft's Application Insights and New Relic? Thanks.
evilpilaf
  • 1,991
  • 2
  • 21
  • 38
40
votes
1 answer

ExecuteRequestHandler spent most of the time

I'm working on some performance related tasks and using new relic to diagnose first. Here is what I have got I'm wondering is it possible to improve on the ExecuteRequestHandler part? Any help will be appreciated. Thanks!
Ryan Chu
  • 1,381
  • 13
  • 20
29
votes
3 answers

long delays in AcquireRequestState

Using performance monitoring tool "New Relic" I am seeing occasional (but too many) long delays in the "AcquireRequestState". I am talking about 10, 20 second delays, sometimes minutes. I know we have not written our own event handlers for this…
Greylander
  • 1,766
  • 3
  • 19
  • 22
29
votes
8 answers

Ignore persistent SignalR connections in New Relic

Where should I call NewRelic.Api.Agent.NewRelic.IgnoreApdex() or NewRelic.Api.Agent.NewRelic.IgnoreTransaction() in my SignalR hubs to prevent long-running persistent connections from overshadowing my application monitoring logs?
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
29
votes
3 answers

Is there way to push NewRelic error manually?

In our Rails app we rescue most of the exceptions on ApplicationController to give correct API response, but still want to track errors happening using ErrorCollector. Is there a way to manually send error to NewRelic?
Igor R.
  • 518
  • 5
  • 9
26
votes
2 answers

Heroku Sporadic High Response Time

This is very specific, but I will try to be brief: We are running a Django app on Heroku. Three servers: test (1 web, 1 celery dyno) training (1 web, 1 celery dyno) prod (2 web, 1 celery dyno). We are using Gunicorn with gevents and 4…
grokpot
  • 1,462
  • 20
  • 26
24
votes
7 answers

How does New Relic work?

How can New Relic tap into my app with a simple install? How does it know all the methods, requests, etc? It works for RoR, PHP, etc. Can anyone explain the technology behind it? I'm interested in tapping into my Rails app, but I want to do so…
donald
  • 23,587
  • 42
  • 142
  • 223
24
votes
3 answers

NewRelic, async http handler and AcquireRequestState

I have a problem with one async handler in distributed ASP.NET web app. First let me explain a use case: application uses IIS 8 on win 2012 machine with .NET Framework 4.5.2 application has disabled Session and authentication modules via web.config…
lord.fist
  • 425
  • 3
  • 13
22
votes
2 answers

Strange TTFB (time to first byte) issue on Heroku

We're in the process of improving performance of the our rails app hosted at Heroku (rails 3.2.8 and ruby 1.9.3). During this we've come across one alarming problem for which the source seems to be extremely difficult to track. Let me quickly…
Niels Kristian
  • 8,661
  • 11
  • 59
  • 117
21
votes
4 answers

New Relic Class Not Found ... I don't even use new relic

I don't even use new relic and I'm getting errors for them. It just happened all of the sudden. I'm using the latest Android Studio build (0.61). Even my master branch has the same error. There are other projects on my machine that use new relic,…
Aaron
  • 323
  • 3
  • 10
21
votes
2 answers

Heroku push failing due to New Relic RPM gem

I've got gem 'newrelic_rpm' in my Gemfile as per Heroku's documentation. When I attempt to run git push heroku master I receive the following: -----> Ruby/Rails app detected -----> Installing dependencies using Bundler version 1.3.0.pre.5 …
Nick
  • 9,493
  • 8
  • 43
  • 66
18
votes
1 answer

Setting up New Relic for Django development server

I am using Django and trying out New Relic. Is it possible to monitor the Django development server? I can only seem to find help on setting up New Relic with production servers. Edit 'How to' for future reference: (I used Django1.4) Follow…
Bentley4
  • 10,678
  • 25
  • 83
  • 134
1
2 3
95 96