Operations | Monitoring | ITSM | DevOps | Cloud

Monitoring

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

Why You Should Monitor Your GCP Infrastructure

Google Cloud Platform (GCP) is a crowd favorite of both developers and large enterprise consumers. While some smaller GCP services occasionally shut down with little warning, the main GCP services continue to grow in both adoption and functionality. Monitoring and understanding GCP usage across an organization becomes more complex as the organization grows and functionality increases.

Python Memory Management: The Essential Guide

Python is not known to be a "fast" programming language. However, according to the 2020 Stack Overflow Developer Survey results, Python is the 2nd most popular programming language behind JavaScript (as you may have guessed). This is largely due to its super friendly syntax and its applicability for just about any purpose.

Beginner's Guide to Jaeger + OpenTracing Instrumentation for Go

This post aims to provide a very simple beginner’s guide to Jaeger + OpenTracing instrumentation for Go applications (the terms “application” and “service” is used interchangeably in this document) via a working example. If you are new to instrumentation, I recommend that you first read this post for a practical introduction to instrumentation for Jaeger and OpenTracing. You can also get more info on using logs in Go.

Using Microsoft's New Network Connectivity Insights Tools

Microsoft’s new network insights tools – recently released as a preview – provides an overview of connectivity to your tenant and gathers information from the new Microsoft 365 network. These previews make it easier for administrators to better understand potential problems and whether users have good or bad connectivity to the service.

Ask the Citrix Expert: How to Troubleshoot Home Worker Performance Issues

Citrix CTP, Alexenader Ervik Johnsen, answers questions on “how to troubleshoot Citrix is slow” when employees are working home. Goliath also shows how to use software and prove when home WIFI or user behavior is root cause of poor performance.

A Strong Performer in End-User Experience Management in The Forrester New Wave, Q4 2020

Catchpoint has been recognized as a Strong Performer in the emerging field of end-user experience management (EUEM) by Forrester Research in The Forrester New Wave™: End-User Experience Management, Q4 2020. The Forrester New Wave report aims to help I&O professionals identify the right partner for their EUEM needs.

Designing Icinga's Brand Identity

„Thanks for coming! Thanks for supporting us as a company, as a product, as our people! Enjoy the wonderful night!“ A shower of confetti was pouring over the heads of celebrating people just as our CEO Bernd finished his sentence. „I Gotta Feeling“ by Black Eyed Peas played. The song was released on May 21, 2009. Just shortly after Icinga was seeing the light of the world on May 6, 2009. It was the early summer of 2019. We were celebrating the 10th anniversary of Icinga.

Puppeteer vs Selenium vs Playwright, a speed comparison

When we decided to build Checkly's browser checks, we chose to do so with Puppeteer, an open-source headless browser automation tool, later adding Playwright, too. We wanted to support users with synthetic monitoring and testing to let them know whether their websites worked as expected at any given moment. Speed was a primary concern in our case. Yet, determining which automation tool is generally faster is far from simple.