It’s time for another
Here we highlight all of the latest outstanding contributions to our Online Technical Community! These are the rockstars that come to help, discuss and think through features and issues together. Not only was there a lot of insight being shared this past week, there were many exciting revelations and convos. Take a look!
@wkiNewRelic Shares docs to this APM/UI question:
NewRelic provides detailled instructions here .
Thanks to @david.pinn who came back successful in the end!
That was the problem in my situation, and I was very glad to have your comment point me towards the solution.
@Evdog jumps in to offer this accounts solution:
Synthetics might be a good option for you, specifically Scripted Browser. Think of it as your own personal bot army that you’re able to script out and perform tasks that users might do.
Then, when it fails you’ll get notified when it failed and where it failed at.
In my organization we ingest all the Synthetic data and are able to pull it up in Insights that give us a good idea on how all of our requests are looking.
These support articles should help:
New Relic Synthetics
Synthetics defaul…
Be sure to also check out this Alerts Customer Solution by @michal.kasza :
When you have dozens of services running across multiple environments, configuring the various alerts for each service is a lot of repeatable work which is also error-prone. As it turns out, human data entry can be pretty inconsistent! Here at Ocado, we wanted to find a way to configure alerts policies programmatically, which would ensure that our Alerts policies are consistent, and our configuration is not changed by an accident.
To solve this problem, our Panda Team built the New Relic Alerts…
Thanks a million to as always for being our #1 Community HERO! @stefan_garnham :
For @pault , here is a snippet to walk the certificate chain. I’ll leave you to plug in the additional logic that you require
var certDetails = (response.req.connection.getPeerCertificate(true));
console.log("Got certDetails");
console.log(certDetails);
var fingerprints = [certDetails.fingerprint];
var currentFingerprint = '';
if(certDetails.issuerCertificate !== "undefined")
{
var chainCert = certDetails.issuerCertificate;
while(fingerprints.indexOf(currentFing…
Please don’t forget to click to e-commerce banner above to participate in September’s Shopping List challenge!
See you soon! And thanks to you all for participating in many different ways. Our community would not be the same with out you!