Operations | Monitoring | ITSM | DevOps | Cloud

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

The Power of JFrog Artifactory as Your Model Registry

In my previous blog, we demonstrated how the FrogML SDK streamlines the process of integrating custom-built or publicly sourced models from your IDE into JFrog Artifactory. Now that your models are securely stored, versioned, and managed, the natural next question arises: “Ok, so you have some models in JFrog Artifactory, now what?” This is where the real power of the JFrog Platform comes into play.

What is AIOps and What Happens When IT Runs Itself?

The scale of modern IT is outpacing human capacity. Microservices, multi-cloud deployments, and the Internet of Things (IoT) have created a complex IT ecosystem, generating an exponential volume of operational data. Traditional operations teams, regardless of their skill, struggle to keep up. Because of this, forward-looking leaders are adopting AIOps in IT, not as an upgrade, but as a foundational shift.

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.

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.