Questions tagged [newrelic-platform]

New Relic's plugin development platform

Plugins can be developed for New Relic in any language which can post JSON by HTTP or HTTPS. New Relic provides SDKs in Ruby and Java for ease of use.

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

New Relic's plugin development documentation can be found here.

143 questions
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
9
votes
1 answer

How to differentiate Rails API calls in Newrelic?

I'm using Rails 5 to serve a website and a RESTful API, and I use Newrelic (newrelic_rpm gem) to monitor the application performance. At the moment, the gem monitor to all requests to one application name. let's say my routes looks something…
Eki Eqbal
  • 5,779
  • 9
  • 47
  • 81
6
votes
1 answer

New relic custom instrumentation for Grape::Middleware::Formatter#call method in Rails app

In my Rails app's New Relic transaction section, I can see that this particular method call (Grape::Middleware::Formatter#call) is the most time consuming one (taking almost 90% of the time): Middleware Grape::Middleware::Formatter#call 89.2 %…
user4127768
4
votes
1 answer

Issue on setting up newRelic on Python 3.4

I installed newrelic on my OS(Ubuntu 14.04) in python3.4, then generate newrelic.ini via license key, after that I run this command: sudo newrelic-admin run-program python backend/__main__.py but after that i've get this error : Traceback (most…
Arash GM
  • 10,316
  • 6
  • 58
  • 76
4
votes
2 answers

adding new relic addon to heroku play framework 2.2.1 java app

Here is what I want to do. --> Deploy a play framework (2.2.1) Java web application on Heroku and use newrelic as an add on. **Issue /problem:** These are the steps i did so far. 1) I am able to add addon using the heroku command of addon …
4
votes
2 answers

newrelic creates huge log files on server

I faced with server disk overflow in couple days. Before it was full by 10%. The reason is files newrelic_agent.log files with size 5 - 30 giga bytes. I found such big files in nginx folder site-enabled and in home directories of node.js express…
Maxim Yefremov
  • 13,671
  • 27
  • 117
  • 166
4
votes
1 answer

New Relic plugin doesn't create alert when service is down

I'm monitoring few services with New Relic plugins (memcached, mongodb, etc). They show me statistics from this services, but when service is down, there is no alerts from New Relic. Only zeros in services statistics. How to configure plugins to…
3
votes
1 answer

Monitor that lambda executes in NewRelic

I'm trying to monitor if my Lambda has been executed within the last 25 hours within New Relic. I want to alert if it hasn't. I have the following NRQL which gives me the graph I want to see: SELECT sum(`provider.invocations.Sum`) FROM…
Stu
  • 2,426
  • 2
  • 26
  • 42
3
votes
0 answers

Configure Node.js New Relic agent to not send data on a particular error message

My team uses New Relic in our AWS Lambda functions in order to monitor lambdas activity. I guess that by default, in case an error is thrown in one of the lambda function and it is not catched and handled, the New Relic agent will send that error.…
CCBet
  • 416
  • 1
  • 6
  • 19
3
votes
1 answer

Entity framework adding Custom method

We are using newrelic for Database performance monitoring. Our problems is Entity framework is generating SQL and we are having issues tracking where this SQL query was generated in our code base for example Lets say the below query is causing…
3
votes
0 answers

New Relic Servers API Getting data using available metrics

I'm running a New Relic server agent on a couple Linux boxes (in R&D stage right now) for gathering performance data, CPU utilization, Memory, etc. I've the the NR API to get back available metrics and the names passable to them. However, I'm not…
AndrewSmiley
  • 1,933
  • 20
  • 32
3
votes
1 answer

disable monitoring for new relic in django views

I'm using the Django framework (version 1.5.1) with almost 25 inner apps, each with an avarage of 7 to 15 diferent views, quite a lot. So to monitorize the RPM, query time, etc. . . and optime the code response I'm using the New Relic (free) service…
Madox
  • 665
  • 1
  • 6
  • 14
3
votes
2 answers

New Relic requires root access on Openshift machine

I have an Application on Openshift and I just added New Relic add-on New Relic asks for setting up Server and configuration is listed as However, I could not get root access , I tried \> sudo rpm -Uvh…
daydreamer
  • 87,243
  • 191
  • 450
  • 722
3
votes
3 answers

New Relic unable to load properly (Android) using eclipse

I am trying to work on New Relic using this link. I had followed the same instructions that are given on that link, but every time I get the same error. I also tried this also…
user1682446
3
votes
1 answer

Adding New Relic's Custom Instrumentation to background process in Windows

I am trying to monitor methods inside a .NET app which is a background process using New Relic for which I know I need to add Custom Instrumentation. I have re-installed the .NET Agent, and after configuring "Instrument all .NET Applications", and…
utsavanand
  • 329
  • 1
  • 3
  • 15
1
2 3
9 10