Operations | Monitoring | ITSM | DevOps | Cloud

Monitoring

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

3 Tips to Deliver Microsoft Teams Service Excellence

As we continue to see Microsoft Teams usage skyrocket, now more than ever, users are depending on Microsoft Teams service excellence to maintain productivity. But it can be challenging to deliver a reliable user experience in today’s modern workplace. There are many factors in the IT environment impacting Microsoft Teams performance, and IT teams typically don’t have full visibility into them, or the service quality delivered to end users.

NestJS - Monitoring your NestJS Application using OpenTelemetry and SigNoz

Monitoring your NestJS application is critical for performance management. But setting up monitoring for NestJS applications can get cumbersome requiring multiple libraries and patterns. That's where OpenTelemetry comes in. In this tutorial, we will use SigNoz as a backend. SigNoz is an open-source APM tool that can be used for both metrics and distributed tracing. Let's get started and see how to use OpenTelemetry for a NestJS application.

Problem solving and pinball with Jay Adelson | Network AF Episode 18

Chairman and Co-Founder of Scorbit, Jay Adelson, sits down with Network AF host Avi Freedman to talk about his history as a serial entrepreneur. Jay founded Equinix, Revision3, Opsmatic, and was the CEO of Digg. Throughout the conversation Jay and Avi touch on problems founders encounter, and discuss their mutual joy for gaming.Highlights of the conversation include.

Making the World's AWS Bills Less Daunting

Armed with a Ph.D. from UC San Diego, our guest started off with internships at Google and Microsoft before gaining valuable experience as a VP and a highly sought-after consultant for startups and SMBs. Now he’s one of the world’s foremost experts on wrangling vast data sets and maximizing efficiency.

Cloudflare outage? The Domino Effect!

This day started a bit abruptly, with several services experiencing outages due to a Cloudflare outage. It started approximately at 06:34 AM UTC. Check the official announcement. What came next was a domino effect through many popular services over the internet. Major services like Gitlab, Notion, Hubspot, Digital Ocean, Monday, Recurly, and a lot more. We registered incidents from 230 services between the outage was published until it was marked as resolved.

Debugging Gson, Moshi and Jackson JSON Frameworks in Production

Parsing bugs are the gift that keeps giving in the age of APIs. We use a service; it works perfectly in debugging, QA, etc. Then some user input that made its way to the web request, returns a result we just can’t parse. Unfortunately, there isn’t much we can do at this stage. We need to understand why the failure occurred and how we can workaround it and fix it.