Operations | Monitoring | ITSM | DevOps | Cloud

API

The latest News and Information on API Development, Management, Monitoring, and related technologies.

Monitor Your AWS AppSync GraphQL APIs with Simplicity

TL;DR: Dashbird launched observability for AWS AppSync. Additionally to AWS Lambda, SQS, DynamoDB, API Gateway, ECS, Kinesis, Step Functions, ELB, SNS, RDS, OpenSearch, and HTTP API Gateway you can now get detailed insights and metrics in the Dashbird app for AWS AppSync. Since Facebook released its previously internally used query language GraphQL in 2016, it has seen an outstanding increase in adoptions for all kinds of applications.

What's a Webhook?

If you’re a developer or site reliability engineer, you might have noticed options to use webhooks in your cloud monitoring or automation settings. And if you have a great deal of experience developing APIs, you probably know what a webhook is. For the rest of the world, a webhook (also known as a web callback or an HTTP push API) is a way for an application to provide other applications with information in real time.

Setting up a Multi-Architecture Kubernetes Cluster

In the last post we covered the industry shift towards ARM machines for both local and production software engineering. Last time we learned how to create Docker images that would work on multiple architectures for dev machines. Now we want to take this portability and leverage it for cost savings in production. You may be able to transition some of your services into multi-architecture builds.

Datadog acquires Seekret

APIs are integral to the success of modern enterprises across a wide range of industries, such as finance, logistics, and manufacturing. They not only enable developers to build powerful business solutions by integrating with external applications, but also facilitate communication between internal services. This means that the ability to build reliable, highly-performant APIs—and govern their behavior and performance—is more important than ever.

How Events and APIs Enable Modern Real-Time Applications

Instead of just opening up closed-off systems via APIs, many businesses are looking to use event-based triggers as well to react to changes in real time. Competitive pressures are driving the need for new thinking when it comes to developing applications that help a business react in real time. Being able to make real-time decisions based on events is at the heart of those efforts.

A Complete Guide for API endpoint Monitoring

Modern programs run on APIs. In digital transformation efforts, APIs are often the building blocks used to push organizations into the current digital age. For business-critical transactions, most applications, therefore, rely on APIs. Without truly understanding what’s going on behind the scenes with each API endpoint, organizations create blind spots in their performance. Let us see more about API and how important it is to monitor the API, and how we can easily monitor the API endpoint.

Kubernetes Load Testing Comparison: Speedscale vs K6

In this article, you’ll be introduced to two different load testing tools that are both able to work with Kubernetes; Speedscale and K6. Throughout this post you’ll be given a comparative view of how each tool performs in five different categories: Ease of setup, developer experience, working with the CLI, creating tests, and integration into CI/CD pipelines.

How to speed up your Playwright scripts with request interception

If you're running hundreds of Playwright scripts in your monitoring infrastructure you know that slow scripts lead to long-running test suites. Every Playwright script should run as quickly as possible. In this video, Stefan explains how to use Playwright's request interception feature to block requests and load websites faster.