Operations | Monitoring | ITSM | DevOps | Cloud

November 2022

Web API Monitoring Explained: A Helpful Introductory Guide

An API, application programming interface, is a collection of tools, protocols, and subroutines that can be used when building software programs or applications. APIs makes software development easier by providing reusable components and a set of clearly defined communication protocols. Recently APIs have come to mean web services, but there are also APIs for software and hardware libraries, operating systems and databases.

Access Bitbucket Cloud repositories more securely with resource-scoped access tokens.

We understand there is a constant tension between the need to keep source code secure, while also enabling tools to integrate with your Source Code Management solution. In line with this, Bitbucket Cloud is introducing the first step in a range of new API security capabilities, designed to give customers fine-grained control over access to their Repositories, Projects, and Workspaces.

What is API Observability?

Mission-critical apps that are deployed on the cloud drive today's modern enterprises, which in turn power their businesses. These applications' fundamental units are microservices, which tiny development teams created to enable speedy feature releases to the market. APIs serve as the ties that bring these microservices together so they can cooperate.

2022 Intellyx Digital Innovator Award

Intellyx, the first and only analyst firm dedicated to digital transformation, today announced that Speedscale has won the 2022 Digital Innovator Award. This is Speedscale’s second year winning the award. As an industry analyst firm that focuses on enterprise digital transformation and the leading edge vendors that are driving it, Intellyx interacts with numerous innovators in the enterprise IT marketplace.

Announcement: Raygun Launches Public API

Today marks a new era for Raygun. With the launch our new Public API, you’ll be able to use the powerful metrics surfaced in Raygun in exciting new ways. This is our first step towards being API first, so watch for future developments. At Raygun, we pride ourselves on delivering invaluable customer-centric insights into the health of your software.

Optimizing Your Kubernetes Load Testing with Speedscale

One of the major factors that come into play when deciding on a load testing tool is whether it can perform as you expect it to. There are many ways to measure how well a load testing tool performs, with the amount of requests per second undoubtedly being one of the main ways. Speedscale creates load tests from recorded traffic, so generating load is at the core of the tool.

Is Your Ecommerce Site Ready for Black Friday and Cyber Monday?

The holiday shopping season is one of the most stressful periods for operators of retail and ecommerce businesses, as the seasonal surge of holiday shoppers can put massive amounts of stress and strain on even the most well-architected websites. Here’s a recent example from 2021: The Office Depot website suffered an outage during Cyber Monday that knocked the online shop offline for hours, impacting the ability of customers to place orders online.

Using Playwright and Checkly to create an ecommerce synthetic monitoring check (no audio)

This short video shows the creation of a synthetic monitoring check using Playwright and Checkly. Here's an outline of the steps in the video: Note: If you’d like to follow along with the steps here, make sure that you have Playwright installed first.

Five Playwright Tips to Level Up Your Testing Game

I joined Checkly a few months ago, and because our platform enables you to use Microsoft’s Playwright to run your synthetic monitoring, I started getting my hands dirty with the end-to-end testing framework. I’m a massive fan of learning in public, so I started publishing weekly Playwright tips on YouTube. Did you miss a few videos? Don’t sweat it! Here’s the first collection of Playwright tricks I discovered over the last few months.

Stress test your Kubernetes application with Speedscale's offering in the Datadog Marketplace

Properly testing a service’s APIs to ensure that it can handle production traffic presents many challenges for engineers—SREs need to guarantee the resiliency of their application, while developers must ensure that their features perform well at any given scale. Speedscale is a testing framework built for Kubernetes applications that enables you to load test with real-world production scenarios by replaying actual API traffic that your application has experienced.

Git-based CMS vs. API-driven CMS: Is One Better Than The Other?

Content management is shifting toward two headless options: Git-based and API-driven. Headless CMS solutions allow developers to edit and manage content easily while still using the front- and back-end tools and platforms they know and love. These Git-based and API-driven CMS solutions give developers a new way to expedite CI/CD processes without compromising product quality. Git is an essential tool for both beginners and seasoned software developers.

How to Create K6 Load Tests from API Recordings

Load testing is one of the most common ways to test the resiliency of your applications. In this blog we show how recording production data with Speedscale and exporting to a K6 load tests gives you the best of both worlds. Whether or not it’s important for your organization, there are clear benefits to be had from implementing these types of tests. By doing so, you can: When it comes to load testing, two of the most modern tools are Speedscale and K6.

Expanded Datadog Lambda extension capabilities with the AWS Lambda Telemetry API

In 2021, we partnered with AWS to develop the Datadog Lambda extension which provides a simple, cost-effective way for teams to collect traces, logs, custom metrics, and enhanced metrics from Lambda functions and submit them to Datadog.

Achieve observability with Site24x7 and AWS Lambda Telemetry API integration

The Lambda Telemetry API empowers users to integrate monitoring and observability tools like Site24x7 with their Lambda functions. Site24x7 is an AWS-reviewed Lambda Service Ready Program Partner and is announced as a launch partner in AWS Lambda Telemetry API feature release. Customers, AWS partners, and the serverless community can use the Lambda Telemetry API to receive telemetry streams from the Lambda service, including function, extension logs, and metrics coming from the Lambda platform.

AWS Lambda Telemetry API: a new way to process Lambda telemetry data in real-time

Back in 2020, we covered the launch of Lambda Extensions and the subsequent release of the Lambda Logs API. These features aren’t designed for the average Lambda user. But they allow vendors to build better tools by giving them much-needed access to the Lambda execution environment.

Using the REST API Monitoring Support in WhatsUp Gold

With the REST API Monitoring in WhatsUp Gold's Application Performance Monitoring (APM), you can monitor applications by creating components in a custom Application Profile. For example, if you need to monitor PAS for OpenEdge, you can use the integrated Application Profile to query its OEManager and HealthCheck APIs. Our team of engineers has developed a comprehensive technical guide detailing exactly how to set up this kind of functionality in WhatsUp Gold.

AWS Lambda Telemetry API: Enhanced Observability with Coralogix AWS Lambda Telemetry Exporter

AWS recently introduced a new Lambda Telemetry API giving users the ability to collect logs, metrics, and traces for analysis in AWS services like Cloudwatch or a third-party observability platform like Coralogix. It allows for a simplified and holistic collection of observability data by providing Lambda extensions access to additional events and information related to the Lambda platform.

Polling asynchronous APIs with Azure Durable Functions

I have been building a feature on elmah.io lately that picks up validation results from an external API. Before serverless was a thing, I would probably have done this using a scheduled task or Windows Service using Hangfire or similar. But after having migrated everything to serverless Azure Functions, I wanted a good solution running similarly. Azure Durable Functions turned out as the perfect companion and in this post, I'll show you a possible way to implement polling of an asynchronous API.

5 API Security Best Practices to Protect Sensitive Data

API is short for Application Programming Interface. The software-to-software interface provides a secure and standardized way for systems to work with each other. API security means implementing practices that protect APIs from malicious attacks and data theft. Thanks to APIs, applications can deliver the information or functionality requested without user intervention. This means our everyday digital experiences remain virtually effortless.