newrelic Questions
3
Solved
I'm trying to create an /status to use with newrelic, but it's always returning 404.
$ curl 127.0.0.1/status
<html>
<head><title>404 Not Found</title></head>
&l...
1
I have newrelic among dependencies.
When I try to build application I get
ERROR in ./node_modules/@newrelic/native-metrics/lib/pre-build.js
Module not found: Error: Can't resolve 'aws-sdk' in …
...
Wonderland asked 25/1, 2018 at 12:47
1
I'm working on some performance related tasks and using new relic to diagnose first.
Here is what I have got
I'm wondering is it possible to improve on the ExecuteRequestHandler part? Any help wil...
Evaporation asked 27/5, 2015 at 17:50
6
Solved
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...
Rondeau asked 8/3, 2016 at 19:44
8
Solved
Where should I call NewRelic.Api.Agent.NewRelic.IgnoreApdex() or NewRelic.Api.Agent.NewRelic.IgnoreTransaction() in my SignalR hubs to prevent long-running persistent connections from overshadowing...
Scala asked 21/11, 2012 at 9:50
2
Solved
When I search for SELECT count(*) FROM requests WHERE foo = 'bar' FACET dateOf(eventtime) SINCE 3 days ago in New Relic, it gives me the following table:
DATE OF EVENTTIME
COUNT
December 9,...
1
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...
Ganesha asked 18/1, 2019 at 23:0
2
Solved
In /var/log/newrelic/php_agent.log on my servers I see lines like this:
2013-08-30 16:05:01.444 (15615/child) warning: the Xdebug extension prevents the New Relic agent from gathering errors. No...
3
Solved
Recently, we convert a tomcat/spring app to spring boot. Everything is working fine apart from new relic. Is there a way I can easily config new relic with spring boot project. I don't want to hard...
Murvyn asked 13/11, 2014 at 5:30
2
Solved
I am trying to integrate a simple Spring Boot Application with New Relic using Micrometer.
Here are the configurations details:-
application.properties
management.endpoints.web.exposure.include=*
m...
Hoecake asked 24/10, 2021 at 7:45
1
Frankly, I've tried it all. I'm not a total whiz with Webpack, however I seem to be getting along pretty well over the years with configuring new projects.
What I cannot seem to do now is set up ...
Anklebone asked 7/11, 2019 at 17:38
2
I need to monitor the performance of a raspberry PI (with raspbian), I tried to use new relic, but it doesn't support ARM architecture, so it's impossible to use.
I even tried graphdat but seems t...
Vandenberg asked 25/10, 2013 at 8:9
2
Solved
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 cus...
Teriann asked 17/2, 2017 at 14:31
7
Solved
I have a multi-flavored, multi-build-typed android project and I want to integrate the NewRelic plugin. But I have to apply it only for one of the customers, thus only for one product flavor.
NewRe...
Cuirbouilli asked 13/7, 2015 at 9:31
0
Im trying to build an android application using react native. Im new to mobile app development so Im not sure whats wrong here.
The application built successfully until I tried to add the newrelic ...
Moira asked 1/6, 2021 at 20:34
2
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:
Increasi...
Snuffbox asked 30/7, 2019 at 10:2
4
Solved
I am running Ubuntu 12.04 with Nginx and the latest PHP. The story goes like this:
I tried to install the new relic PHP agent per the instructions for ubuntu:
wget -O - http://download.newrelic.c...
2
Solved
I'm integrating New Relic in my project (with Android Studio & Gradle) which has 2 variants. Each variant has its own generated token, which I store in each variant's string.xml file.
In the N...
Trophoplasm asked 11/5, 2015 at 14:20
3
I have a problem with one async handler in distributed ASP.NET web app. First let me explain a use case:
application uses IIS 8 on win 2012 machine with .NET Framework 4.5.2
application has disab...
Behoof asked 1/2, 2016 at 14:34
2
Solved
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')...
4
Solved
I have a huge celery task that works basically like this:
@task
def my_task(id):
if settings.DEBUG:
print "Don't run this with debug on."
return False
related_ids = get_related_ids(id)
ch...
Endarch asked 20/9, 2013 at 22:34
1
Solved
We have a REST API available. For each of the endpoints that this API offers, we have a defined SLA based on the internal testing. New Relic provide an option to define the Apdex T score on a per a...
7
How can New Relic tap into my app with a simple install? How does it know all the methods, requests, etc?
It works for RoR, PHP, etc.
Can anyone explain the technology behind it? I'm interested i...
Walkway asked 15/7, 2011 at 10:27
3
Using performance monitoring tool "New Relic" I am seeing occasional (but too many) long delays in the "AcquireRequestState". I am talking about 10, 20 second delays, sometimes minutes.
I know we ...
2
Solved
I'm integrating newrelic on nodejs app, made with angular universal. I am using webpack for bundling
first line in main.server.aot.ts
const newrelic = require('newrelic');
and have added newrel...
Identity asked 28/12, 2017 at 8:23
1 Next >
© 2022 - 2024 — McMap. All rights reserved.