Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
59 views

I have a Spring Boot application on version 3.5.6 and the New Relic agent is logging the application data without any problems. After updating Spring Boot to version 3.5.7, the application logs ...
Ricardo Damasceno's user avatar
0 votes
0 answers
50 views

I integrated New Relic Cassandra integration with my Cassandra cluster. Issue: The integration is only capturing a small subset of keyspaces and tables (around 29 tables). Most of the keyspaces/...
001 Abinaya R's user avatar
1 vote
0 answers
65 views

We've got NewRelic integrated into Spring Boot. I don't know why but since yesterday NR identifies all requests to actuator endpoints (including the health check and prometheus endpoints that get ...
Matthias's user avatar
  • 2,875
0 votes
0 answers
35 views

I am trying to integrate NewRelic with AWS account, i followed the exact steps Provided by NewRelic, i created AWS firehose, and AWS cloudwatch streams, simply everything working fine, except from ...
XP_2600's user avatar
  • 75
0 votes
1 answer
106 views

Despite adding the below configuration in the YAML and restarting New Relic, slow queries are not shown in the New Relic dashboard. I need help in the configuration, how to get the statistics of slow ...
shaik awez's user avatar
0 votes
0 answers
34 views

I have set up new relic (free tier) for a medium scale project and am trying to get the maximum CPU usage over a period of time. Issue is, the value returned by the query gives results that appear to ...
hamza malik's user avatar
1 vote
0 answers
58 views

So, I have a console .Net 6 application which runs as a BackgroundService using the extension method UseWindowsService(). In this app, I am using NewRelic custom instrumentations using a newrelic....
Akshay Chhangani's user avatar
0 votes
1 answer
128 views

void main() async { EndPoints.configure(); print(AnsiStyles.red('This is red!')); print('......env.......${EndPoints.env}........${EndPoints.baseUrl}'); var appToken = ""; if (...
Ragul PR's user avatar
  • 414
0 votes
0 answers
128 views

Does anybody know of an example or an article giving instructions on how to collect memory, cpu, perhaps k8s behaviour etc stats/metrics on AWS fargate pods running the otel collector as a sidecar and,...
johnfo's user avatar
  • 1,870
2 votes
0 answers
454 views

I recently switched from using New Relic’s Java agent to OpenTelemetry (opentelemetry-javaagent.jar) to avoid vendor lock-in. In theory, OpenTelemetry should make it easier to migrate to another ...
PBA's user avatar
  • 435
0 votes
1 answer
37 views

I have NRQL as below which works FROM ( SELECT count(deviceUuid) AS call_count FROM MobileRequest WHERE appName = 'appName' AND requestDomain = 'domain.name.com' AND ...
Elye's user avatar
  • 61.3k
1 vote
0 answers
432 views

I am using OpenTelemetry in .NET to trace processes that start with an HTTP request, are passed through RabbitMQ, and then processed by background services. The goal of the common package is to trace ...
RTV's user avatar
  • 11
0 votes
0 answers
111 views

I have installed new relic on my kubernetes cluster infrastructure using the helm solution, i need to stop the ingestion/scraping of metrics related to containers, node, network, disk and memory etc ...
Tarun Agarwal's user avatar
0 votes
2 answers
87 views

I have data in a New Relic table as follows: id timestamp status A 2024-12-01 11:36:00 Started processing step 1 B 2024-12-01 11:37:00 Started processing step 1 B 2024-12-01 11:38:00 Started ...
Craig's user avatar
  • 2,005
0 votes
0 answers
132 views

I have a Scala application built with the Play Framework that exposes a gRPC endpoint. Here's the current setup: The application is instrumented with opentelemetry-javaagent. The OpenTelemetry data ...
Ivan's user avatar
  • 106
0 votes
0 answers
91 views

I'm working with an Azure Function using the in-process model, configured with .NET 8 and Function version 4. I've implemented Serilog with New Relic ingestion and am successfully receiving logs. ...
pratapsingh845's user avatar
0 votes
1 answer
332 views

I have been trying to get an extension installed correctly on an existing app service, using a bicep module shown below. The problem is, it sometimes works, and other times it will fail due to "...
jobatthemall's user avatar
-1 votes
1 answer
139 views

I wonder if i can use env/system variables inside of my new relic java agent config. I know that the env variables rewrite the corresponding settings, but i want to use the env variable value inside ...
Rofler's user avatar
  • 59
0 votes
1 answer
143 views

I am trying to programatically create NewRelic workflows, I know I need three things. destination channel workflow. So I started with creating a destination. mutation CreateDestination { ...
Shivangi Singh's user avatar
0 votes
2 answers
324 views

When the ASP.NET application is starting up, some logs are sent and they are visible in NewRelic. But when the application handles an http request, the logs sent through ILogger<T> never appear ...
Jackson Mourão's user avatar
1 vote
1 answer
273 views

We are using New Relic Java agent with Play framework and having some troubles with tracking the transaction segments / details when the execution is passed on to another thread. Consider this code: ...
mindas's user avatar
  • 26.8k
1 vote
0 answers
311 views

Our font end sends X-CorrelationToken header to all our backend API calls, and we write this token to every log entry, so we can search log files (via ELK) when an error occurs in a call. We need to ...
John Little's user avatar
  • 12.8k
1 vote
0 answers
97 views

I'm trying to set up my PostgreSQL Docker container logs to be sent to New Relic. I've followed the setup instructions for the New Relic Infrastructure agent, but I am not seeing the expected logs in ...
testGB's user avatar
  • 11
1 vote
1 answer
72 views

We run a Django application on Heroku, and lately we've been seeing some performance issues. We have New Relic APM add-on installed, and I can see that any time there is a peak in response times, the ...
Martijn van den Kerkhof's user avatar
0 votes
1 answer
173 views

I am trying to access the newrelic traceid in ASP.NET Core middleware and pass it as a response header in the response. Please see the implementation below : public sealed class TraceIdMiddleware { ...
cpr43's user avatar
  • 3,122
1 vote
0 answers
317 views

I have the following query SELECT count(*) AS ErrorCount, (filter(count(*), WHERE error = true AND http.statusCode = '500') / count(*)) * 100 AS 'ErrorRate' FROM Transaction WHERE appName = ...
Sathish's user avatar
  • 419
1 vote
0 answers
274 views

I'm following the instructions mentioned in https://www.npmjs.com/package/@newrelic/browser-agent#new-relic-browser-agent; unfortunately, when my application reaches the import statement, it fails. ...
Ali Khakpouri's user avatar
0 votes
0 answers
60 views

I am deploying one laravel application via bref into AWS lambda. It works great. I want to add newrelic to my lambda as well. I am following the documentation here https://github.com/brefphp/extra-php-...
Kristi Jorgji's user avatar
0 votes
1 answer
525 views

I'm currently working on a graph widget for a New Relic dashboard. Dashboard query contains dynamic parameters. I need to get data for all requests for that API call. Here is my current (not working) ...
charitht99 perera's user avatar
0 votes
1 answer
178 views

I created new account for new relic - on a free tier. And want to run a monitor to check the health of my webapp. According to their documentation it should be possible to execute up to 500 synthetic ...
JoeBloggs's user avatar
  • 175
0 votes
1 answer
216 views

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
1 answer
334 views

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

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
82 views

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
  • 12.8k
0 votes
1 answer
124 views

Our Java Spring Boot web app runs in AWS. We want to use New Relic to monitor the API endpoints and their timings. We don't want anything else, as we cant afford it. AWS sends our logs to our self ...
John Little's user avatar
  • 12.8k
0 votes
1 answer
89 views

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
  • 12.8k
0 votes
1 answer
93 views

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
265 views

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
  • 12.8k
0 votes
0 answers
178 views

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
  • 326
1 vote
0 answers
58 views

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

Background I have a job that reports the status of a dependency when the status changes. So it reports 0 if it goes down, and 1 when it goes back up. But it reports very rarely because the dependency ...
Alec's user avatar
  • 2,174
1 vote
2 answers
619 views

I have a Quarkus application (consuming/producing messages from multiple Kafka topics) deployed on an AWS Kubernetes cluster. I want to monitor/observe my application. Right now, I am using the ...
APK's user avatar
  • 191
1 vote
0 answers
187 views

We have a distributed system and I am working on a ticket to add attributes to the Open Telemetry traces for NewRelic. In dotnet this is done by setting tags, like so: Activity.Current.SetTag("bf....
Luca Prodan's user avatar
0 votes
0 answers
188 views

I have integrated NewRelic plugin (newrelic-react-native-agent) within my React Native app, the app works fine locally as well as on Testflight, but when I submit the app for Apple review on Appstore, ...
Krunal Panchal's user avatar
1 vote
0 answers
28 views

Environment: Ubuntu 20.04 PHP 8.1.28 MySQL 5.7.12 Newrelic 10.19.0.9 (I have found issues with newrelic that seemed promising, but turning off newrelic didn't help). Reference: https://github.com/...
Battousai's user avatar
  • 523
1 vote
1 answer
494 views

We have a custom webapp hat is using HikariCP. The application is compiled into a jar and then started in a docker container. Depending on the environment we are loading the newrelic-agent.jar via the ...
tftd's user avatar
  • 17.2k
-1 votes
1 answer
406 views

Background I have a Kotlin project, with v8.11.0 of the Java NewRelic Agent and API. I send some custom metrics to NR already, with the CustomEvents API, like this: fun recordCustomEvent(name: ...
Alec's user avatar
  • 2,174
2 votes
1 answer
275 views

In my application performance monitoring (APM) dashboard, all API transactions across my microservices are grouped under /DispatcherServlet. The microservices are built using Spring Boot version 3.1.1 ...
Anderson's user avatar
1 vote
0 answers
204 views

I'm creating a custom event using opentelemetry in golang and exporting that to new relic. To getting that, I'm adding an Event to an span. So far so good. ... // Start the server span ctx, span := ...
Andres Corallo's user avatar
1 vote
1 answer
325 views

I am trying to create a NRI-FLEX integration that essentially reports back weather or not a specific service is up or not by curling the service's availability page (https://example.com/meta/...
Rev84's user avatar
  • 11

1
2 3 4 5
30