Operations | Monitoring | ITSM | DevOps | Cloud

July 2023

Navigating the Serverless Landscape: Lessons from our Tracing Collector API Journey

In the previous blog in this series, we delved into the redesigned architecture of Amazon Prime Video and how they integrated different architectural styles for optimal performance and cost efficiency. We also discussed the impact of Amazon’s decision on the concept of a “serverless-first” mindset, highlighting the importance of considering alternative architectural approaches based on specific use cases and requirements.

Exciting Times for Monitoring as Code: A Nod from TWO Gartner Hype Cycles

Earlier this week we shared some exciting news. Checkly has made its mark in not one, but two Gartner Hype Cycles reports. We're being recognized for something we're super passionate about - Monitoring as Code (MaC). This recognition comes in the Hype Cycle for Monitoring and Observability and the first ever Hype Cycle for Site Reliability Engineering. It's a big deal for us, and here's why it should matter to you, too.

Kubernetes Gateway API (Everything You Should Know)

The Kubernetes networking landscape is shifting. The traditional Kubernetes Ingress approach is being complemented and, in some cases, replaced by a more powerful, flexible, and extensible standard: the Kubernetes Gateway API. Kubernetes has become the go-to platform for orchestrating and managing containerized applications. A key aspect of Kubernetes that's crucial for the functionality of these applications? Networking.

Checkly Was Recognized In Two 2023 Gartner® Hype Cycle Reports For Monitoring as Code

Checkly Is Innovating the Future of DevOps With a Monitoring as Code (MaC) Workflow Including a Ground-Breaking Command Line Interface. Checkly today announced it was recognized for (MaC) in two Gartner Hype Cycle reports: Hype Cycle for Monitoring and Observability, July 10, 2023 and Hype Cycle for Site Reliability Engineering, July 17, 2023. We believe this acknowledgment underscores Checkly's commitment to innovation and its leadership role in the MaC movement.

Gartner recognizes Monitoring as Code as emerging practice

I’m thrilled to announce that Gartner added Monitoring as Code (MaC) as an emerging practice into their Hype Cycles for Monitoring and Observability and Site Reliability Engineering. We are extremely hyped about this recognition and being listed as a vendor innovating in that space. Since we founded Checkly, our vision has been that monitoring should be set up as code and live in your repository; it must be open-source based and feel natural for developers.

Tomorrow.io: Empowering Developers with the Best Weather API for Accurate Forecasts

Weather forecasting has long been an intriguing combination of science and art. Meteorologists have evolved their tactics over time through a variety of advanced tools to more precisely anticipate weather patterns. Despite these developments, developers and businesses wishing to integrate weather forecasting into their products continue to face difficulties in obtaining reliable weather data. Tomorrow.io has left an unforgettable imprint here.

Seamlessly Minimize Unnecessary Data Fetching with GraphQL Queries

Many processes in our daily software development chain require data analysis in real-time. Ensuring the reliability of the data is vital, since multiple processes may rely on it. While taking into account the performance and fetching only the relevant data that is required for our specific use case.

Using the Graphite API for Beginners

Application Programming Interface, or API, is an important element to consider when you design an online product or platform. Well-designed API is equivalent to a well-designed user interface for enterprise customers. When you implement an intuitive and easy-to-use interface, your product can retain and attract more users.

How to Instrument a Legacy Mule App with OpenTelemetry

In the previous article, we talked about Distributed Tracing with MuleSoft APIs using OpenTelemetry. In this post, we’ll go through the process of integrating Distributed Tracing with MuleSoft APIs using OpenTelemetry via a proxy server. The purpose of this article is to demonstrate how we can instrument a legacy mule app with open telemetry without making changes to the existing app. Here, we’re showing an example of getting data from a header as well as a query parameter.

Distributed Tracing with MuleSoft APIs using OpenTelemetry

Distributed tracing enhances observability by providing detailed insights into the performance, behavior, and dependencies of your distributed system. It empowers you to proactively identify and resolve issues, optimize performance, and deliver a reliable and high-performing application.

SOAP vs REST-Which is Best for Integrating with N-central?

As part of my work as a Head Nerd, I have the pleasure of meeting with MSPs from all over the world. About a month ago, I was speaking with four technicians from a global MSP based out of California. They were very technically savvy, had a deep understanding of PowerShell, and had a huge emphasis on automation in their business.

Monitoring Your Elixir GraphQL API with AppSignal

While a GraphQL API may be less susceptible to the common REST API performance issues of under and over-fetching data, allowing users to request and receive a wide range of data in a single, nestable query can also come with performance risks. AppSignal for Elixir now supports Absinthe out of the box, and automatically adds Absinthe spans to your app's metrics. AppSignal also automatically instruments Ecto, giving you insights into your application's queries.