Questions tagged [newrelic-synthetics]

18 questions
1
vote
1 answer

New relic Showing wrong RPM for transaction while selecting for longer ranges

I am monitoring transaction throughput(RPM) for 7 days through New relic enterprise edition then it shows correct data but when I change date range for 3 months it shows wrong measurement for the same 7 days.
1
vote
1 answer

Find Average response time of all urls present in Synthetic monitor of New Relic

I am having a Synthetic monitor for monitoring. I would like to write a query to find the average response time of all URLs present in my Synthetic monitor and create a dashboard. I can find the individual response time of the URL and create the…
1
vote
1 answer

Can we get applicaton wise uptime of each application in Newrelic

Is it possible to get the application wise uptime for each application in Newrelic Dashboard. SELECT percentage(count(*), WHERE result='SUCCESS' AND appName LIKE '%' AND entity.guid='someid') FROM SyntheticCheck SINCE 5 week ago
cloudbud
  • 2,948
  • 5
  • 28
  • 54
0
votes
0 answers

NewRelic: Transitioning Health Status of APM Apps from Red to Grey

I need to delete some of my APM apps and for this I need the APM apps to transition to Grey Health Status. I followed the steps mentioned in this forum and have been waiting patiently for hours but still the Red Health Status of the APM apps are not…
0
votes
1 answer

Write multiple synthetic API tests for New Relic in a single file

At my organization we have a repository where we write scripts for New Relic for API monitoring. Each team has their own folder, and each file in each folder corresponds to an API. One API can have multiple endpoints. Each file acts as a monitor…
Sh4dy
  • 143
  • 2
  • 15
0
votes
1 answer

3.13.0 New Relic Provider Crashing on Terraform

I am running into an issue with a terraform provider, the new relic plugin keeps crashing for some reason and I don't know why. I'm trying to build a simple alerting script on terraform to create an alerting policy + conditions on the new relic UI.…
0
votes
0 answers

How to create synthetic monitor with scripted API with example.?

I'm new this Synthetic monitor creation in new relic. Could you please assist on this? How do I get Synthetic monitor dashboard and alert in new relic?
0
votes
0 answers

How to add wait and click dynamic dropdowns in NewRelic sysnthetic tests

I am trying to click on a dynamic auto-complete dropdown option to validate output on NewRelic synthetics. My code is not waiting and clicking the auto-complete option in the dropdown as expected. This is my code: $browser.get(url).then(function(){ …
ChinS
  • 199
  • 2
  • 11
0
votes
0 answers

Finding total duration between two events

I am trying to get total duration spent between two events by a set of unique user id's. The two events are startCount and endCount. I know how to fetch the user id's who has completed the event Count session completed like below. But how do I find…
user264953
  • 1,837
  • 8
  • 37
  • 63
0
votes
1 answer

New Relic Custom FACETS

In new relic, APM External services we can see all http spans and the HTTP.URL which gets invoked I want to add a panel in my dashboard to track this for all my micro services. But instead of URL i want to replace it with a custom client name that i…
0
votes
1 answer

New Relic selecting the first available drop down option from menu

I am stuck on this and hope you can point me in the right direction. I am using new relic monitoring tool and need to create a monitoring test of the typical E-commerce user journey, search, select a product, select a size and then add to bag. The…
0
votes
1 answer

NewRelic get logs from database

I need to send my application's error logs to NewRelic. I am already saving these logs in a database, I would like to know if there is a way for NewRelic to retrieve it from the database.
0
votes
1 answer

How to measure test execution duration with NewRelic Syntethics Scripts?

I'm using the newrelic synthetics scripted browser to check some user transaction flows for reliability and performance. However the tracked duration is only about 8-10s which matches initial page load time, but not the async lazy loading of a large…
Manuel
  • 9,112
  • 13
  • 70
  • 110
0
votes
1 answer

Write a alert condition for Application monitoring using NewRelic Agent?

I recently installed the New Relic agent on Windows server 2012. The goal I am trying to achieve is to create the alert condition for IIS application pools running in windows server 2012 using New Relic Agent when the application is stopped need to…
0
votes
2 answers

how to setup newrelic in angular?

I'm trying to setup newrelic in my application using angular6 but I'm getting below error "Cannot find name 'newrelic'". I included newrelic js file into index.html and I called 'newrelic.setCustomAttribute('useId',this.userId) on app.component.ts…
1
2