Operations | Monitoring | ITSM | DevOps | Cloud

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

How low-level API calls can stabilize your end-to-end tests

We’re heavy end-to-end monitoring users here at Checkly and always experiment with how to architect our tests the best way. Over the past months, we’ve settled on a few workflows that make it much easier to spin up new tests, avoid code duplication, and make the entire test setup easier to manage. One of those strategies is to strictly separate concerns in our tests.

GrafanaCONline 2022 Day 2 recap: Grafana 9, Grafana Mimir, Grafana Tempo demos, new hackathon projects, and more

The excitement around GrafanaCONline 2022 continues to soar after another day filled with demos of new features and functionalities in Grafana 9, Grafana Mimir, and Grafana Tempo. Plus we learned how a mini arcade turned into a Grafana display; how Grafana transformed into a health tracker, and how, yes, Grafana can run Doom.

An Introduction to Windows Event Logs

The value of log files goes far beyond their traditional remit of diagnosing and troubleshooting issues reported in production. They provide a wealth of information about your systems’ health and behavior, helping you spot issues as they emerge. By aggregating and analyzing your log file data in real time, you can proactively monitor your network, servers, user workstations, and applications for signs of trouble.

Recommended AppSignal Setup

We're launching our new Getting Started page. This feature helps first-time users to set up their monitoring with AppSignal, as soon as they've signed up. Before we dive in, we'd love to share our beliefs about onboarding. All developers share these same “first-time” moments: Many of our customers start monitoring their applications for the first time with AppSignal, or experience new types of issues when scaling an application.

Rust - Implementing OpenTelemetry in a Rust application for performance monitoring

In this tutorial, we will use OpenTelemetry to instrument a PHP application for telemetry data. OpenTelemetry can be used to trace Rust applications for performance issues and bugs. OpenTelemetry is an open-source project under the Cloud Native Computing Foundation (CNCF) that aims to standardize the generation and collection of telemetry data. Telemetry data includes logs, metrics, and traces. More about SigNoz.

New Browser APIs for Detecting Javascript Performance Issues in The Production

Users nowadays demand the greatest possible experience, which implies top-notch performance. Smooth scrolling, prompt interaction responses, a fast page load time, and flawless animations are all things they anticipate. Local profiling to identify performance issues is convenient, but it only provides a limited amount of information. While things may run smoothly on our high-end developer machines, the user may be dealing with poor hardware and a bad experience.

What's Up with Synthetic Monitoring?

If you are running a website or have a live application, you will have to ensure that the digital experience for your end-user is seamless. That is where Synthetic Monitoring can help. Any bad experience, delay, or even a glitch could hurt your budget. Industry experts unanimously agree that it is best to ensure that the web pages load as quickly as possible.

Beware the 'Secret Agent' Cloud Middleware

New open source database details the software that cloud service providers typically silently install on enterprises’ virtual machines — often unbeknownst to customers. If cloud services weren’t complicated enough for the typical business today to properly configure and secure, there’s also a lesser-known layer of middleware that cloud providers run that can harbor hidden security flaws.

Take control of your telemetry data with Datadog Observability Pipelines

Many organizations manage applications that are supported by a large number of services in multiple environments, ranging from the cloud to their own data centers across the globe. As these organizations scale and accelerate service adoption, the volume of telemetry data in their environments multiplies every year.

Understand Source Code - Deep into the Codebase, Locally and in Production

Say you have a new code base to study or picked up an open source project. You might be a seasoned developer for whom this is another project in a packed resume. Alternatively, you might be a junior engineer for whom this is the first “real” project. It doesn’t matter! With completely new source code repositories, we still know nothing… The seasoned senior might have a leg up in finding some things and recognizing patterns.