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

How can i see most popular requests with new relic?

I installed new relic on my heroku app and it seems like I get a lot of information I just wonder if it is possible to see simple stats like most popular pages? Something like mydomain.com/somepath 13 hits mydomain.com/somepath/deeper 3 hits …
Jepzen
  • 2,942
  • 6
  • 40
  • 62
0
votes
1 answer

New Relic API - difference between instances and hosts?

Referring to https://github.com/newrelic/newrelic_api for the New Relic API, I was wondering what was the difference between hosts and instances. Basically, I get what an application is and what a server is (obviously). I would assume instances are…
user510159
  • 1,379
  • 14
  • 26
-1
votes
1 answer

Trying to integrate Newrelic mobile SDK in monitor app for performance but getting below error while gradle build

Gradle version: 8.0.1 com.newrelic.agent.android:android-agent:6.10.0 com.newrelic.agent.android:agent-gradle-plugin:7.0.0 Steps to Reproduceintegrate the agent as suggested in docs and try to build the project. Relevant Logs / Console output```*…
DineshS
  • 181
  • 1
  • 1
  • 5
-1
votes
1 answer

New relic couldn't find any database operations when using NestJS TypeORM and MySQL

I connected newrelic APM Agent for and I see all operations and logs except for mysql. On newrelic APM > app > Databases i see We couldn't find any Database operations. On Distibuted tracing I see Uninstrumented time on each DB operation. How can I…
tagplus5
  • 326
  • 2
  • 11
-1
votes
1 answer

how to resolve Terraform error Invalid count argument?

I'm trying to add New Relic One Synthetic moniter using common module "monitor" we use in terraform, where i also want to attach new alert condition policy. which is working fine if i create resources one by one but as i want to commit all changes…
-1
votes
1 answer

NewRelic configuration in Mendix private cloud

Can anyone provide the location of m2ee.yaml file for configuring Newrelic in mendix private cloud. Ref URL: https://docs.mendix.com/developerportal/deploy/setting-up-monitoring-with-new-relic/
-1
votes
1 answer

New Relic PHP Agent Kubernetes (GKE)

Could you please advise on setting up permissions with the docker file for the www-data user to start PHP agent within the docker container running on GKE. Please advise. FROM php:7.4-fpm as test RUN \ curl -L…
-1
votes
1 answer

While trying to install Kubernetes based CPM, facing issue

I am trying to install Kubernetes based Containerized Private Minion(CPM) using helm and I am getting below error. Also I have updated the helm repo as well. Need help.
Salman
  • 1,573
  • 3
  • 13
  • 24
-1
votes
1 answer

Refactor with FILTERS and same condition in WHERE

Any help for refactoring this query? Thank you SELECT filter(count(*), WHERE action='INIT_PMS' AND error IS TRUE AND manualSelected IS NOT NULL) AS 'Error', filter(count(*), WHERE action='INIT_PMS' AND error IS FALSE AND manualSelected IS NOT…
-1
votes
1 answer

I started to make selenium scripts browse in New Relic, and when i try to print a Attribute i cant get this data

Script: Output: ManagedPromise { flow_: ControlFlow { propagateUnhandledRejections_: true, activeQueue_: TaskQueue { name_: 'TaskQueue::3218', flow_: [Circular], tasks_: [Array], interrupts_: null, pending_: null, subQ_: null, state_:…
Richard Aguirre
  • 543
  • 6
  • 14
-1
votes
1 answer

Gin-Gonic NewRelic Integration

I am trying to integrate go app with newrelic and with below code I am able to see my api transactions in new relic. import ( "github.com/newrelic/go-agent/v3/integration/nrgin" "github.com/newrelic/go-agent/v3/newrelic" ) var router =…
Vikranth Kumar
  • 59
  • 1
  • 1
  • 4
-1
votes
1 answer

New Relic monitoring for "DB2 on Cloud" database

How to setup New Relic monitoring for "DB2 on Cloud" database instance or point me to the documentation?
Krishna
  • 29
  • 2
-1
votes
1 answer

How to install new relic on amazon linux

I have have unzipped newrelic files onto amazon linux and have both the installer.sh and config_defaults.sh I have the license key in the parameter store which I am able to call I install newrelic with the following command sudo ./installer.sh…
user11036847
  • 455
  • 1
  • 4
  • 12
-1
votes
2 answers

Server Throughput definition ambiguity

Is throughput the max number of requests a server instance can handle or is it the number of requests that the server instance is currently handling? Edit: By "currently handling" I mean, the number of requests the server is receiving for a given…
user3760100
  • 679
  • 1
  • 9
  • 20
-1
votes
2 answers

New relic infra agent not restarted

We are using New Relic infrastructure agent from last 2 yrs but after 13th Nov 2019 suddenly its not working. Then I update the version of newrelic to 5.2.3.131. But the problem is not resolve. The problem is i’m unable to restart new relic infra…