Operations | Monitoring | ITSM | DevOps | Cloud

Checkly

The Advent of Monitoring, Day 2: Debugging Dashboard Outages with Checkly's API Checks

Table of contents This is the second part of our 12-day Advent of Monitoring series. In this series, Checkly's engineers will share practical monitoring tips from their own experience. We encountered a tricky issue with our public dashboards: they were experiencing sporadic outages, happening about once every two days. The infrequency and unpredictability of these outages made them particularly challenging to diagnose.

The Advent of Monitoring Day 1: What Are Synthetics and Why They Are Needed

This is the first part of our 12-day Advent of Monitoring series. In this series, Checkly's engineers will share practical monitoring tips from their own experience. Hey there! Here is my take on what synthetic monitoring means and why it’s awesome! I think it’s a very complicated word for a very straightforward concept. In fact, I am convinced, that once you've used it, you will never want to live without it.

Checkly Recognized by Intellyx: A Reflection of Our Commitment to Monitoring as Code

We're excited to share that Checkly has been named a 2023 Winter Intellyx Digital Innovator. This recognition resonates deeply with our Monitoring as Code (MaC) workflow and the values we uphold in delivering Checkly to cloud-native engineers, solving uptime and reliability challenges to ship with confidence.

Make your end-to-end tests more stable with Playwright's user-first selectors

Learn in this video how Playwright's user-first locators like getByRole help to write more stable tests and improve your product user experience. Use nth() or filter() to select elements by their semantic surrounding elements, and avoid relying on implementation details to test your sites.

Advancing Cloud Monitoring: Benefits of Synthetic Monitoring

The cloud changed how businesses work, making things more flexible and adaptable. But keeping track of app performance from a user’s point of view in this new setup is tough. Legacy tools tend to not give developers an understanding of their users' perspective. That's where synthetic monitoring comes in. It's a strong way to focus on users and fix the problems that legacy tools miss.

Track Frontend JavaScript exceptions with Playwright fixtures

Table of contents Frankly, end-to-end testing and synthetic monitoring are challenging in today’s JavaScript-heavy world. There’s so much asynchronous JavaScript code running in modern applications that getting tests stable can be a real headscratcher. That’s why many teams rely on testing mission-critical features and treat “testing the rest” as a nice to have. It’s a typical cost-effort decision.

Mastering Prometheus Exporters: Techniques and Best Practices

If you’re into monitoring, Prometheus is probably an essential part of your stack. Thanks to its expressive query language (PromQL), scalability, and configurable data format, it remains one of the most popular tools for data collection. Paired with Prometheus exporters, the tool can adapt to a variety of surroundings, which is one of its strongest points.