Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Everything You Need to Know About OpenTelemetry Agents

If you’re reading this, chances are you’re already familiar with OpenTelemetry (OTel)—the open-source standard for collecting observability data. But what about OpenTelemetry agents? How do they work, and why do they matter? This guide unpacks everything you need to know about OTel agents—where they fit in your stack, how to set them up, and common pitfalls to watch out for. Let’s get into it.

CI/CD at scale: A performance analysis of CircleCI vs GitHub Actions

When evaluating CI/CD platforms, it can be easy to view them as commodities — interchangeable tools that accomplish the same basic tasks. But as development teams scale, small differences in platform performance can be compounded, significantly impacting development velocity and resource utilization. To better understand these differences, we conducted a head-to-head comparison between CircleCI and GitHub Actions, focusing specifically on performance at enterprise scale.

I Want My Shoes Fast! Observability, SRE Burnout, and OTel with Dynatrace's Adriana Villela

In this episode, we sit down with Adriana Villela, Principal DevRel at Dynatrace and OpenTelemetry contributor to break down how observability impacts reliability. We dive into what contributes to SRE burnout and how managers can create psychologically safer spaces for responders. Adriana also shares her perspective on AI as an observability-buddy to navigate incidents.

Our New CLI: How and Why We Made It

We are happy to announce our latest project at MetricFire: a brand-new CLI tool! Get ready to start monitoring your systems in one step - no need to modify any configuration files manually. Just run a terminal command, follow the prompts, and forward your system metrics to Hosted Graphite in minutes. In this article, we’ll share an overview of the Hosted Graphite CLI, why we’re making it, and how we’re making it.

Four Shades of Progressive Delivery

Progressive Delivery strategies like Blue/Green deployments, canary releases, feature flag rollouts, and feature delivery platforms help teams release safely, limit risk, and accelerate learning. Each approach builds toward sustainable, high-velocity software delivery by minimizing downtime and maximizing feedback. Combining these methods enables faster innovation with greater confidence and control. Last week we walked The Path To Progressive Delivery. This week, we go deeper.

Webinar | Eliminate downtime and uncertainty with a smarter solution

Discover how the right PaaS can reduce your IT team's stress, keeping them focused and well-rested. Join us for a transformative online session where we will discuss: Why IT leaders are moving away from hosting providers that keep them in the dark. How to scale and optimize infrastructure without adding complexity. How choosing the right platform allows your IT team to stay focused, productive, and well-rested.

10 AWS Cost Monitoring Tools To Analyze And Save In 2025

AWS cost monitoring tools enable you to track your resource consumption and costs associated with running operations on the AWS platform. These tools vary in capabilities but typically offer customizable reporting, dashboarding, data analytics, built-in automation, and cost alerting. Keep in mind that AWS monitoring differs from AWS management in that monitoring provides usage and cost data without necessarily offering optimization tools.

5G without compromise: Building mission-critical private networks for Industry 4.0 with open source

Enterprises across industry verticals are looking for new ways to increase the efficacy of their businesses. One way to do this is building an efficient pipeline of processes, employees, devices, and services that are all tightly integrated to get the best return on investment. However, this requires an efficient telecommunication system where industry machines, personnel, and business services use continuous, performant, and reliable communications to work together.

Getting Started with OpenTelemetry for Browser Monitoring

OpenTelemetry is the go-to open-source standard for observability, but when it comes to tracking frontend performance and user interactions, things get a little tricky. Unlike backend services, browsers introduce challenges like CORS restrictions, asynchronous execution, and limited access to certain telemetry data. This guide covers everything you need to know about using OpenTelemetry in the browser, from setup to best practices, advanced configurations, and real-world debugging techniques.