Skip to main content
The 2024 Developer Survey results are live! See the results

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.

newrelic
-1 votes
0 answers
30 views

Memory issues after upgrade to Spring boot 3, Java 17 [closed]

We recently upgraded our application from Spring boot 2.2, Java 11 to Spring boot 3.2 Java 17. After the upgrade we observed that the memory progressively increases and then goes down to zero and it ...
balaji G's user avatar
0 votes
0 answers
31 views

Unable to connect to newrelic using Opentelemetry

I am trying to send tracing data to newrelic using opentelemetry-otlp via http Below is code snippet that I am using fn main() -> { let result = init_tracer_provider(); globa::...
Anshul's user avatar
  • 425
0 votes
0 answers
33 views

Monitor metric in the last 24 hours using New Relic with Terraform

I'm trying to create a new relic alert condition using Terraform that looks at a certain metric, tunnel Data Out, for the last 24 hours, and alerts us if the the threshold is bigger than 50GB. This ...
João Amaro's user avatar
-1 votes
0 answers
25 views

Can multiple apps (EARs) deployed to an application server be instrumented separately?

We have a handful of legacy apps which deploy to WebLogic. And, oddly, some more that deploy to WildFly (I'll pretend this isn't the case and refer exclusively to WebLogic going forward). In all cases,...
JakeRobb's user avatar
  • 1,917
0 votes
1 answer
35 views

How to configure .net application running in kubernetes to see the app in the newrelic APM tab?

I have the application running inside the kubernetes pod. I have installed the newrelic dotnet agent in the kubernetes daemonset via helm command shown in the offical documentation. Now I want that ...
Amit Limbasiya's user avatar
0 votes
1 answer
16 views

new relic, does the (java) application have to be restarted to pickup changes to newrelic.yml?

We are using the java agent to monitor service calls etc. There are several features such as slow query logging that new relic agent offers, but we don't want to have switched on by default due to ...
John Little's user avatar
  • 11.7k
0 votes
1 answer
22 views

newrelic logging, does it affect existing (logback) logging?

Our java spring boot web app runs in AWS. We want to use newrelic to monitor the api endpoints and their timings. We dont want anything else, as we cant afford it. AWS sends our logs to our self ...
John Little's user avatar
  • 11.7k
0 votes
1 answer
19 views

new relic with spring boot, how to get it to NOT use the newrelic.yml which maven downloads?

The guided instrucions for new relic with spring-boot tell you to: add the below to your pom download newrelic.yml and add your licence key, and put the newrelic.yml in a folder called newrelic. ...
John Little's user avatar
  • 11.7k
0 votes
1 answer
18 views

How to develop NRQL alert when 200 status rate < 95% base on this pie

I am a new user for NewRelic, now I can develop NRQL to query some data: SELECT count(http.server.request.duration) FROM Metric WHERE stage = 'production' AND url.full = '/AAAAAAA/BBBBBBBB' AND ...
181870043's user avatar
0 votes
2 answers
32 views

Where do we get the path to newrelic.jar from?

When you add your Spring Boot web API app to New Relic for monitoring, the “guided install” instructions for Spring Boot on Windows give three steps: add lines to pom download newrelic.yml file add ...
John Little's user avatar
  • 11.7k
0 votes
0 answers
19 views

Querying custom metrics in NewRelic

I am using the Node.js agent for NewRelic. I have been looking at sending custom metrics to NewRelic where the values are objects with keys, e.g. import newrelic from 'newrelic'; ... const ...
user1022788's user avatar
0 votes
0 answers
37 views

How can I apply multiple tolerations with dynamic values in kubernetes helm values.yaml?

I apologize; I'm new to Kubernetes and yaml configuration and would like to seek help to achieve my goal related to Kubernetes spec. I want to add the following as a patch on my pixie values.yaml: ...
Gilroy's user avatar
  • 306
0 votes
0 answers
15 views

Analyze YOY data using NRQL

I wanted to analyze the year on year or bi-yearly growth of the metrices stored in New relic using NRQL queries. I am trying something like below, but not getting desired result. select (max(`...
Abhijeet Srivastava's user avatar
0 votes
0 answers
30 views

Install New Relic APM agent for .NET framework web app, .NET Core and Windows service applications on single server

We are planning install APM agent from New Relic. We have .NET framework web application, .NET Core and Windows service applications on the same server. How to handle this?
Learner's user avatar
  • 249
1 vote
0 answers
30 views

Huge discrepancy between response times reported by New Relic agent on Wildfly and Jetty and reported on HAProxy

We have a Java EJB application hosted on Wildfly 15 which has a lightweight Web API service hosted on Jetty 9 in front of it. The Web API service just deserialises json requests from the clients and ...
Mile Zajkovski's user avatar

15 30 50 per page
1
2 3 4 5
99