Questions tagged [newrelic]

11 questions
3
votes
2 answers

PHP/FPM/Nginx Issue: Runs fine for a hours, then maxes FPM children in a matter of seconds, resulting in 502 errors

We recently migrated a long running (without issue) Ubuntu 16.04 / nginx (1.10.3) / PHP 7.0 stack over to an Ubuntu 18.04 / nginx (1.14.0) / PHP 7.2 stack. The result has caused instability at the PHP-FPM level which never existed before, and hours…
Slickrick12
  • 131
  • 1
  • 5
1
vote
1 answer

Newrelic nginx plugin install (python issue)

This plugin won't let me install and I tried to write in to get help from nginx.. (not a good experience). The plugin says I do not have the daemon installed for python, but I infact do (I believe). I have tried to write in for support but the…
1
vote
3 answers

Nginx unmet dependencies, unable to upgrade / remove

Recently I had installed newrelic on my Ubuntu server and after that I automatically started getting errors in log with failed to load newrelic extension. I tried upgrading / removing newrelic but in both cases I am getting a…
Khatri
  • 21
  • 1
  • 5
1
vote
0 answers

New Relic shows increased web external lags, how to debug?

As you can see, suddenly the web_external response time spiked and remained high since (this is from ~20 hours ago). Digging in new relic shows curl_multi_exec as the source of the issue. curl_multi_exec is used by the AWS API but I dont see any…
Niro
  • 1,371
  • 3
  • 17
  • 35
1
vote
0 answers

Reason for servers slow response time?

I'm running Apache 2 with PHP 7.4.29 servers on Ubuntu 20.04 on AWS using AWS load balancer and auto scaling group. The servers connect to other AWS resources such as dynamodb, RDS (mysql), memcache etc.. This is a stable production environment…
Niro
  • 1,371
  • 3
  • 17
  • 35
1
vote
0 answers

How to conserve only "APM events" data in newrelic?

I am looking to find a solution reduce the stored "data ingestion" on newrelic. My team and I are using this tools only to survey server Apdex and we want to focus only on APM data. Our problem is it appeared on page "Data management hub / Data…
abenevaut
  • 123
  • 4
0
votes
1 answer

New-relic deamon still listed as service

I am trying to remove newrelic completely from my system. I have followed their uninstall procedures, however, when running service --status-all i notice [ - ] newrelic-deamon is still on the list. Also tried sudo apt autoremove How can I remove it…
FooBar
  • 71
  • 1
  • 8
0
votes
1 answer

New Relic lambda alert not firing

We are using the out-of-the-box AWS integration for New Relic. We have an alert whose Critical Threshold is firing on lambda errors, but the alert is not sending to the alert channels.
redgeoff
  • 181
  • 6
0
votes
1 answer

How do I stop the New Relic server monitor without a tonne of alerts?

We spin up new servers to replace existing servers a LOT and I don't like the white noise of server alerts every time we do that. I don't want people to ignore the real alerts when a live server is malfunctioning. Is there a way to stop the New…
SomethingOn
  • 123
  • 5
0
votes
0 answers

What does it means "Signal lost for 15 minutes on 'Low Application Throughput'"

I've recently implemented the New Relic service in my website, and I keep getting this error Signal lost for 15 minutes on 'Low Application Throughput' And here is more information when clicking on "Issue Payload" { "timestamp": 1652961056996, …
Rosamunda
  • 101
  • 1
0
votes
1 answer

Include the Java agent with a JVM argument in Catalina.sh

I am trying to install newrelic agent on my linux server and following https://docs.newrelic.com/docs/agents/java-agent/installation/install-java-agent and stuck in step 3 of install the java agent - includeJava agent with a JVM argument. I am new…