Operations | Monitoring | ITSM | DevOps | Cloud

API

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

Tip of the Day - Monitoring API's

Today’s Digital world, is an API-Centric world, we just don’t realize how pervasive these little helpers are !!!! API’s are part of every eCommerce transaction, Social media interaction, and provide integrations across the applications we use, for both work and play, so when they’re not working properly, our lives are impacted greatly. See how Catchpoint provides complete visibility into all your API interactions to make sure you stay in front of any performance issues.

AWS API Gateway vs. Application Load Balancer (ALB)

We recently wrote about whether API Gateway can act as a Load Balancer. The answer is yes and, in many cases, they are substitutes for each other. But how should we choose which one to use? In this article, we will dive into more details on how these two types of HTTP networking services compare, using the AWS services as a base level: API Gateway and Application Load Balancer (ALB). Both are highly-scalable services to a point that scalability should not be a concern for most use cases.

7 alerting optimizations you should use in your website and API monitoring

Alerting is central to your website, web application, and API monitoring. Getting the right message to the right people is essential to quickly resolving outages and error states. In this article, we walk you through seven aspects you need to consider when setting up the alerting for your monitors. If you need a general overview of how alerting works within Uptrends, we have a Knowledge Base article and an Academy course you may want to visit.

Easy automated E2E testing & monitoring for your frontend with Vercel and Checkly

Exciting times ahead. With the Jamstack gaining momentum, the landscape around it is offering more and more tools to streamline developer workflows and free up time for actual development. A cutting edge solution in this interesting space is Vercel, formerly known as ZEIT. In this blog post we will get a taste of Vercel's capabilities by using it to deploy and preview a sample Gatsby blog - and while we're at it, we will of course take the chance to kick off some checks automatically from Checkly.

Monitoring APIs for Better Performance

In this week’s Tip Tuesday, we are focusing on API monitoring. APIs are a set of rules or standards, which extend the functionality of an application, allowing different applications and/or programs to interact. These little helpers are built with flexibility and ease of integration in mind. APIs simplify programming, allowing developers to build complex applications without having to worry about usability.

Architectural Pattern for Highly Scalable Serverless APIs

The most common API architecture on Serverless backends is not necessarily the most scalable and resilient option. Many developers take for granted that an AWS Lambda processing external requests will require an API Gateway endpoint connected directly to it. One of the best options to decouple a Lambda function and an API Gateway endpoint is by using an SQS queue. Requests come into API Gateway, which are sent as messages to SQS.

How to Use Browser Tests to Monitor Web App User Journeys | Datadog Tips & Tricks

In part 2 of this 2 part series, you’ll learn how to create Datadog Browser Tests to replicate user journeys and verify both that your web applications are responsive and functioning properly at all times. In part 1 of this series (link), you learned how Datadog’s API tests can be used to check API and website uptime. Datadog Browser Tests take this a step further, allowing you to replicate entire user journeys and transactions through your web applications. This is done with our browser recorder: simply click “Start Recording” and click through your application to record a test.