Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
30 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
1 vote
0 answers
53 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
1 answer
99 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
1 vote
0 answers
46 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
0 answers
116 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
0 votes
1 answer
36 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
0 votes
0 answers
103 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
0 answers
123 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
65 views

Experiencing an issue during the installation of the New Relic PHP Agent. The installation fails during the task send_transaction with the following error: {"err":"task: Failed to run ...
user79793's user avatar
0 votes
1 answer
319 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
0 votes
1 answer
141 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
1 vote
1 answer
260 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
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
0 votes
1 answer
160 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
268 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
1 answer
496 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
209 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
336 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
116 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
85 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
0 answers
176 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
0 votes
1 answer
373 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
0 answers
183 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
1 vote
0 answers
24 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 votes
1 answer
402 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

1
2 3 4 5
30