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
-1
votes
1 answer

newrelic for laravel to track routes response time

I am trying to add newrelic to my laravel site. I found this repo. But couldn't use it properly. Where should I put this code? App::after( function() { Newrelic::setAppName( 'MyApp' ); } ); Or maybe other ways to add routes response time to…
Maxim Yefremov
  • 13,671
  • 27
  • 117
  • 166
-1
votes
1 answer

Jenkins Pipeline send HttpRequest

I am trying to send HTTP post request in Jenkins pipeline. I am trying to pass variable in post body request, while doing so i get 500 exception. But when i hard code like "revision": 123456 it works fine. How can i pass gitCommit variable inside…
VIJ
  • 1,516
  • 1
  • 18
  • 34
-1
votes
1 answer

In New Relic Agent for Node.js, how to show the trace for every transaction?

In my expressjs app, each time there is a request, a transaction will be recorded on New Relic. However, as each transaction comes from a different user, I want to add a custom attribute (userId) to the transaction so that I know from which user the…
JLavoie
  • 16,678
  • 8
  • 33
  • 39
-1
votes
2 answers

How to see full query in New Relic

When I go to APM > Applications > PHP Application > Databases it shows the list of queries and their performance. But the queries are shown like select. How can I see the full query?
littleibex
  • 1,705
  • 2
  • 14
  • 35
-1
votes
1 answer

Some random image transaction showing on New Relic for Wordpress

I recently configured New Relic for my server which runs our retail site powered by Magento and blog powered by Wordpress. The most time consuming transaction I see is "/image" and I am unable to understand what it is and how to fix it. Wordpress…
hiteshspac
  • 101
  • 1
  • 5
-1
votes
1 answer

New Relic Email Alerting format

I am using New Relic Lite edition which allows me to setup alerting policies and its channels. When i choose the Email channel, i don't find an option to define desired email content. I am in need of integrating these email alerts into another…
-1
votes
1 answer

How can I make sure PHP won't give me the "array to string conversion error"?

I created an app that has a Gearman worker that pushes information to New Relic Insights. Everything works fine, but when I run the testing script on Terminal, the following error messages appears (after process is done):…
-1
votes
1 answer

Is there a ruby gem to interface the Newrelic API?

I'm trying to search for this, but all I get is information on the ruby agent for Newrelic. I want to know if there's something that makes it easier to make API calls to a Newrelic account. I want to use ruby to delete servers from accounts after…
numb3rs1x
  • 4,673
  • 5
  • 31
  • 44
-1
votes
1 answer

Punjab with new relic?

Is It possible to add an agent to punjab xmpp server? I've seen that there is a experimental support for twisted apps. newrelic info
DaniG
  • 108
  • 10
-1
votes
1 answer

Does New Relic real time monitoring assume a single user logged in to a web application?

I wanted to know if I get different results in New Relic real time user monitoring when many users are logged into the application concurrentky? Or the only way to achieve that is to use a load testing tool?
ruby
  • 259
  • 5
  • 23
-1
votes
1 answer

Java application monitoring

I'm currently using NewRelic (http://newrelic.com/) for monitoring my java applications. Point is I would like to monitor Zookeeper, Hornetq and other java-based application that run without server or application container. Looks like NewRelic does…
-1
votes
1 answer

Can I install New Relic on a Bluehost Shared Hosting Plan?

I want some more insights into my wordpress site so I signed up for a New Relic account. But they're asking me to install some agent by typing in commands and I have no idea where to do that or how to access a command line. I use shared hosting with…
Bhagwad Jal Park
  • 1,093
  • 1
  • 13
  • 22
-2
votes
1 answer

Unable to install package synthetic-minion

Unable to install newrelic cpm, after performing below steps in screenshot it cant locate the image I downloaded from quay.io Am I giving the command wrong or path is wrong?
Salman
  • 1,573
  • 3
  • 13
  • 24
-2
votes
1 answer

Track the number of users using the custom java function in an enterprise

We have developed a common functions packaged as a jar and available at the Nexus . Different teams are downloading our jar and using our common functions in their project . Requirement is We want to know who many users/projects are calling our…
Bustaq
  • 159
  • 8
-2
votes
2 answers

How average page load time differs in Google Analytic's and New Relic

In one of my website I'm tracking with Google Analytic's and New Relic ? But Google Analytic's is showing 12 sec and New Relic is showing 9 Sec. may I know why this difference occurs usually ? Does it by threshold which is not correct in New Relic…
1 2 3
95
96