Operations | Monitoring | ITSM | DevOps | Cloud

November 2023

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.

Using the Cribl API Part II: The Replay

Our previous post was all about dipping your toes into the wonderful world of API interaction. By leveraging Cribl’s API you can automate many parts of your event pipeline management and tasks. So we got that goin’ for us. Which is nice. One of the common use cases for the API I hear about is kicking off data collection automatically. Use cases include: Cribl gives you the tools to collect data when you want, from where you want, and to where you want.

Climate Data Unleashed: Empowering Data Engineers to Drive Environmental Change

In an era where climate change poses a formidable challenge to our planet, the power of data has never been more critical. Data engineers, with their unique skill set, stand at the forefront of this battle, harnessing the vast expanse of climate data to drive sustainable change and inform crucial decision-making. This article aims to inspire and guide data engineers looking for their next meaningful project.

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.

GraphQL at scale with Azure API Management - Toon Vanhoutte

On Day 3 of INTEGRATE2023, Toon Vanhoutte dives into the transformative capabilities of GraphQL in scale with Azure API Management. Highlighting GraphQL's efficiency over REST and its widespread adoption by tech giants, Toon also sheds light on its challenges, from design to security. The takeaway? While REST dominates, GraphQL is making significant strides. Discover the nuances of modern API management in this engaging session.

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.

Does Your API Need a REST? Check Out GraphQL

GraphQL is a declarative query language that simplifies retrieving data from an application's back end. It provides a clear and comprehensive description of the data in your API, giving you the ability to request only what you need. This makes it easy to evolve APIs over time and enables powerful developer tools.

Introducing the Notification API

You'll often hear us saying "everyone loves a dashboard", and that's most certainly true, but nobody loves staring at a screen all day waiting for something to happen. Real magic is when your awesome dashboard comes to you, where you need it, when you need it. Over the last few months we've introduced a bunch of powerful features to make "taking action" as simple as possible... Monitors let you define the health of your data so you can see at a glance if something isn't right.

What Is API Management? Overview & Best Practices

Application Programming Interfaces, or APIs, are rules and protocols that allow one software application to interact with another, and can be found everywhere in today's digital ecosystem. From the weather app on your smartphone pulling data from a remote server to provide real-time weather information, to the payment gateway service that processes your online purchases, APIs facilitate the seamless flow of data and services.

Turbocharge your API and microservice delivery on MicroK8s with Microcks

In the fast-paced world of software development, the ability to deliver and iterate quickly on APIs and microservices is essential. Traditional testing methods can be time-consuming and often slow down development cycles. That is where API and service mocking tools like Microcks can come to the rescue. Microcks shipped as a new community add-on for the recent MicroK8s 1.28 release. Microcks is a Cloud Native Computing Sandbox project dedicated to API mocking and testing tools on Kubernetes.

As APIs grow in strategic importance to banks, focus turns to modern API monitoring tools

Banks are putting a fresh set of eyes on how they are using APIs to drive better business outcomes and deliver more value to their customers. This is a relatively new departure toward adopting digital transformation of key operations. Financial organizations are traditionally known for favoring conservative business models that often resist modernizing complex legacy systems or rapid change in product and service offerings. This has been changing rapidly as APIs become more prevalent.

What's the difference between API Latency and API Response Time?

Your app’s networking directly affects the user experience of your app. Imagine having to wait a few seconds for the page to load. Or even worse, imagine waiting for a few seconds every time you perform an action. It would be infuriating! Before you go on a fixing adventure, it’s a good idea to understand what causes that waiting time. So let’s do that!

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.

Sponsored Post

Taking down (and restoring) the Raygun ingestion API

In a world where Software as a Service (SaaS) products are integral to daily life, maintaining uninterrupted service for end-users is paramount. However, stuff happens. When it does, our most valuable response (other than restoring service ASAP) is to review the series of events that led up to the incident and learn from them. On August 25th, 2023, at 7:02 AM NZT, Raygun experienced a significant incident that impacted our API ingestion cluster, leading to an outage lasting approximately 1 hour and 15 minutes. While this wasn't fun for anyone involved, this incident did prove to be a valuable learning experience, shedding light on the importance of infrastructure management and resilience.