Operations | Monitoring | ITSM | DevOps | Cloud

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

Stop Debugging Blindly! How Traffic Capture Can Help Your Code #speedscale #trafficcapture #ai

Is AI "slop" or new code pushing tons of bugs into production? You can't test everything forever. Learn how traffic capture is the most efficient way to understand how your code is actually running in the real world. By grabbing data from sidecars, packet captures, or logs, you get the context you need to prevent bugs and improve performance.

New Feature Friday: Ask Your Engineering Metrics Anything | Cortex Engineering Intelligence for MCP

What if you could analyze your engineering metrics — just by asking a question? Now you can. Introducing Engineering Intelligence for MCP, a new Cortex feature that lets you query your engineering data through AI systems like Claude or Cursor. No dashboards. No BI setup. Just ask: “What’s driving our cycle time?” “Show me Q3 deployment trends.” “Where are our bottlenecks?” Cortex connects your real engineering data to your favorite AI client, so you can get instant, conversational insights on delivery, quality, and team performance — all without leaving your IDE.

DevOps & Observability for Digital Catalogs: faster releases, fewer outages

Digital catalogs have become a core sales engine, not just a glossy PDF on a server. They power discovery, merchandising, and conversion across web and mobile experiences. When a catalog powers real revenue, the way you build and run it starts to look a lot like modern software delivery. That's where DevOps and observability enter the picture: practices that shorten release cycles, reduce risk, and keep customer experiences fast and available even on your biggest traffic days.

Scale Chaos Engineering with Automation and AI

Chaos Engineering and Fault Injection testing have been proven to prevent outages, increase availability, and help companies avoid costly downtime. But without the right processes or tools, they require specialized knowledge, a deep understanding of systems, and manual effort for every test. To fully realize the benefits of Chaos Engineering, testing needs to be adopted across all engineering teams without causing a lift or investment that takes away from roadmap progress.

C15 Roadmap & Release 22

We’re excited to launch Release 22—our most advanced update yet. It delivers smarter controls, deeper customization, and long-term reliability. Key improvements include enhanced handling of TTY messages with Wireshark support, flexible call history recording, new Stir/Shaken override options for better traceability, and real-time call limit tracking with an upgraded interface. Plus, starting March 25, 2026, SIP code 603+ will notify callers when calls are blocked due to analytics, in line with FCC regulations.

Enhanced Flexibility and Security Monitoring - New in DataStream

This update delivers significant advances in operational flexibility and security monitoring capabilities. It addresses the evolving needs of security teams across diverse deployment environments, from air-gapped networks to those prioritizing automation and simplicity, while expanding integration options and improving visibility into data flows.

Fix flaky tests in your sleep with Chunk by CircleCI

A test fails. You rerun it and it passes. You shrug and move on. This is how most teams deal with flaky tests. The “rerun until green” approach works in the moment, and rerunning from failed tests is a useful way to confirm whether a failure is real. But reruns don’t fix the underlying issue. Over time, they burn CI resources and can hide real instability in your code. On the other hand, fixing flaky tests can mean hours of work.