Operations | Monitoring | ITSM | DevOps | Cloud

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

Application monitoring tools in 2026: APM, observability, and AI monitoring compared

Application monitoring tools track your application's health, speed, errors, and resource usage in real time. Also called APM tools or application performance monitoring software, these tools are essential for any team running production workloads. The leading options in 2026 are Datadog, New Relic, Dynatrace, Grafana, and Elastic APM for traditional workloads, plus Arize AI, LangSmith, and Weights & Biases for AI observability.

How to Migrate Terraform State Between Backends

Terraform state doesn't stay put forever. Teams outgrow local state files, consolidate multiple backends into one, switch cloud providers, or decide it's time to move off a platform that's no longer working for them - HCP Terraform's free tier ending and its resource-based pricing is a common trigger these days. Whatever the reason, the state file itself is the part everyone's afraid to touch, because it's the only record of what Terraform thinks your infrastructure actually is.

How to Streamline Your IT Inventory Storage

Managing corporate hardware stacks often leads to server rooms filled with tangled cords, old monitors, and dusty components. Stash areas get crowded quickly when legacy laptops pile up next to active spare parts. Clearing this extra clutter simplifies daily operations; it keeps your workspace safe and functional. Finding a systematic approach keeps track of your hardware assets without driving your desktop support team crazy.

Why UK Businesses are Shifting Away From the Public Cloud Cost Model

Over the past five years, one of the most consistently tracked figures in the UK business technology sector has been the flight from public cloud. Barclays' 2021 CIO survey revealed that 43% of enterprises plan to shift workloads away from public cloud. By 2024, that had grown to 83%.

Make Public Peering More Resilient with BFD and BGP Add-Path on MegaIX

Standard BGP can be slow to react. See how BFD and BGP Add-Path help improve uptime and path diversity on MegaIX. When peering on a public Internet Exchange (IX), standard BGP behavior can introduce delays during topology changes. But if you use MegaIX, there are workarounds. In this blog, we explain two lesser-used features available on MegaIX which maximize uptime and path diversity: Bidirectional Forwarding Detection (BFD) and BGP Add-Path.

Deployment strategies explained: types, trade-offs, and what each one actually costs

A deployment strategy is the method an engineering team uses to release new software to production. The six core deployment strategies are recreate (big bang), rolling update, blue-green, canary, A/B testing, and shadow deployment. Each trades off between downtime risk, rollback speed, infrastructure cost, and complexity. This guide covers all six along with what each strategy actually costs in cloud and AI infrastructure spend.

5 takeaways from the State of Software Delivery Q2 Pulse report

AI is pushing code volume up almost everywhere. Shipping it is still the hard part, and the gap between leaders and everyone else is getting wider. Today we’re releasing the 2026 State of Software Delivery Q2 Pulse report, a shorter check-in between our annual reports. We analyzed more than 20 million CircleCI workflows from March 2026 to see what’s changed since the comprehensive 2026 State of Software Delivery report we published in Q1.

How to Set Up Codex with CircleCI Plugin (Full Demo)

Learn how to connect OpenAI Codex to CircleCI so your coding agent can check pipelines, diagnose failed builds, fix bugs, and iterate until your CI pipeline is green. In this step-by-step demo, we walk through how to install and authenticate the CircleCI CLI, install the CircleCI plugin for Codex, validate your CircleCI configuration, and give Codex direct access to CI feedback. You’ll see how Codex can.