Welcome back! It’s time for our
Thank you so much for contributing in all the ways you do! Our community would not be half as much fun or informative without your participation! Below are a few exceptional examples of our community jumping in to offer solutions and great ideas around New Relic’s products. Take a look!
Here is @pdp and @Sarsaparilla working together on an Alerting solution:
Thanks for your help and quick response! Creating an entry in the Alerts page worked and I was able to create an alert.
@averyvery Offered up this exciting workaround for an Insights Feature Idea:
I ended up using PageActions to log these errors separately and create an insights dashboard. Note that stefan_garnham’s method didn’t work (I ran into CORS issues), but addPageAction does it!
const data = {
'api.endpointAnonymized' : getEndpointAnonymized(error),
'api.httpStatus' : getFromApi(error, 'httpStatus'),
'api.method' : getFromApi(error, 'method'),
'api.url' : getFromApi(error, 'url'),
message : error.message,
'page.url' …
Big thanks to @eyedean for jumping in this APM thread:
One quick additional note on this @dbrecht that came to my mind when I was driving back home last night and I was thinking about this post!
For staging versus prod, if you are sending the data to two different accounts (different NR IDs in the URL, and you have switch b/w them using “Switch Account” in top right menu) then you can not query between them.
However, if you set appName (either on the host, or per Transaction) then you can run a query like:
SELECT filter (count(*), where appName =…
Check out this opportunity to be invited to the Oracle and PCF Integrations Beta:
Hey all!
Blue Medora, who has made many of the Plugins in Plugin Central, has started to create their first Infrastructure Integrations! We are starting with Oracle & PCF.
We are looking for people who are interested in getting early access and would like to play with our Oracle or PCF Integrations.
If you are interested, feel free to post below or send me a direct message. Thanks!
Here you can read all about a cool, new Insights Feature:
New Relic Insights , our platform for real-time analytics and data visualization, helps customers better understand how their applications and infrastructure are performing, the quality of the end user experience they’re delivering, and how their business is running. In the past year, the Insights team has launched a variety of cool new features such as the Metric Explorer , the Dashboard Timepicker , and company-wide dashboards , all designed to make the dashboarding and data exploration experience…
And last but not least, a brand new Level Up: Relic Solution by @niels1 :
Leveraging MobileRequest/MobileRequest Error Data
In the relatively recent past we added the ability for our mobile SDKs to collect mobile HTTP request, HTTP error, & network failure event data to analyze in Insights (available to Mobile Enterprise customers on iOS/Android SDK v5.14+).
This post will walk through a few interesting use cases for leveraging this data:
Filtering out unhelpful/noisy errors. For example, filter out errors from…
a specific domain (https://xyz.com/ )
a specific url/…
Thank you again for reading, asking, answering, joking, helping, etc.! Be sure to check back in our Meta category for our Post of the Week every Monday!
Don’t forget to register for our Coffee Chat with Alerts Product Owner @NateHeinrich - we will be having a cup of joe with Nate on Friday morning!
And there is still time to participate in our August Alerts challenge. Add your Alerting strategy to our library here and get a prize!
See you next time!