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
17
votes
6 answers

Execution failed for task ':app:processReleaseGoogleServices'. > No matching client found for package name

Anytime I try to build my project I keep getting this error: Execution failed for task ':app:processReleaseGoogleServices'. No matching client found for package name 'com.my.package' I have made and remade the google-services.json and have used the…
17
votes
2 answers

Couldn't find type for class Microsoft.WindowsAzure.Diagnostics

Just got back from holidays, and went in to make a couple small changes in our app, when I was confronted by this error: Couldn't find type for class Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener,…
Jeremy Boyd
  • 5,245
  • 7
  • 33
  • 57
15
votes
2 answers

AcquireRequestState vs PreExecuteRequestHandler

We picked up quite a high number of ajax calls taking a significant amount of time in AcquireRequestState, in our travels we stumbled upon the session locking gem in ASP.Net so we implemented a custom session state handler (Based on link below). …
Martin Venter
  • 231
  • 2
  • 12
15
votes
1 answer

Why is ASP compiling my views so frequently?

We have 4 servers load balanced: 4 cores @ 2.6Ghz (E5-2650 v2) 14GB RAM Windows 2012 R2 High Performance power setting IIS 8.5 ASP 5.3 EF 6.1 They each have a single application pool with one worker process and a single website. Each server has…
Steven Sproat
  • 4,398
  • 4
  • 27
  • 40
15
votes
2 answers

New Relic graph zoom out

How can I zoom out on the New Relic graph? I must close the browser panel and open New Relic again in a new panel. Can I zoom out more comfortably?
Ondřej Ryška
  • 461
  • 1
  • 11
  • 23
15
votes
3 answers

ServiceStack with NewRelic monitoring

Does anyone have sample code for a ServiceStack Api that successfully reports transactions into NewRelic? This doesn't appear to be trivial – it doesn't happen out of the box, and adding a RequestFilter that calls…
Anthony
  • 5,176
  • 6
  • 65
  • 87
15
votes
4 answers

Unexpected SQL queries to Postgres database on Rails/Heroku

I was diving into a really long request to one of my Rails applications using NewRelic and found a number of SQL queries that appear entirely foreign that are taking up a significant length of time. I've Google'd around but I've come up empty handed…
coreyward
  • 77,547
  • 20
  • 137
  • 166
14
votes
1 answer

Heroku | how to read router logs

So my typical router log on the Cedar platform looks might look like 2012-03-22T18:26:34+00:00 heroku[router]: GET [my_url] dyno=web.9 queue=0 wait=0ms service=228ms status=302 bytes=212 2012-03-22T18:26:36+00:00 heroku[router]: GET [my_url]…
Jonathan
  • 16,077
  • 12
  • 67
  • 106
14
votes
4 answers

NewRelic - How to Ignore part of a web application

I'd like to tell NewRelic to not monitor a subset of my web application. For example I'd like to exclude http://mysite/admin/* so NewRelic won't count traffic against this portion of my app against my apdex. Something similar to how you can create…
Aaron Barker
  • 706
  • 7
  • 14
14
votes
4 answers

New Relic for .Net?

Is there anything like New Relic for .Net apps?
Sam Freiberg
  • 151
  • 1
  • 5
13
votes
2 answers

Client timeout exceeded while awaiting headers

I got below error, I am using go v1.10.4 linux/amd64. I am not behind any firewall or whatsoever. New Relic in java server (same network segment) that we have runs fine. We have tried: Increasing the timeout to 60 seconds Use http2 in the…
Bondhan Novandy
  • 362
  • 1
  • 4
  • 16
12
votes
1 answer

ExpressJS Middleware bodyParser has very poor performance

Few days ago we added NewRelic, APM to our Rest API, which is written in NodeJS and uses EXPRESS JS as a development framework. Now we see a lot of users experience poor response times, because of JSON parser middleware. Here is one of those…
Shalva Kakauridze
  • 1,225
  • 4
  • 12
  • 23
12
votes
2 answers

How to make a curl request with json in jenkins pipeline groovy script

I am trying to make a New Relic deployment API call as a Jenkins build step using the Groovy pipeline. I'm having trouble because of the use of both single and double quotes within the shell ('sh') command on the groovy script. Whenever I execute…
MarkRoland
  • 915
  • 2
  • 9
  • 13
12
votes
2 answers

Random slow Rack::MethodOverride#call on rails app on Heroku

Environment: Ruby: 2.1.2 Rails: 4.1.4 Heroku In our rails app hosted on Heroku, there are times that requests take a long time to execute. It is just 1% of times or less, but we cannot figure out what it is happening. We have newrelic agent…
alex
  • 300
  • 2
  • 11
12
votes
6 answers

Error Deploying New Relic Instrumented Site to Azure from Github & VS.NET

I am getting the following error: Error: The process cannot access the file 'C:\DWASFiles\Sites\mywebsitename\VirtualDirectory0\site\wwwroot\newrelic\NewRelic.Agent.Core.dll' because it is being used by another process. In the Running deployment…
chrisb
  • 1,395
  • 1
  • 14
  • 35
1
2
3
95 96