Operations | Monitoring | ITSM | DevOps | Cloud

AI is Exposing Observability's Dirty Secret

The 3 pillars of observability are breaking. For years, dev teams relied on Logs, Metrics, and Traces to know when something went wrong. But now? AI agents are writing, deploying, and changing code in real-time. When an AI hallucination pushes a bug to production, standard monitoring sees nothing wrong.To survive the AI era, we need a 4th Pillar of Observability. Watch to find out what it is and why the old way of monitoring just became obsolete.

Stop switching tools to find answers: Grafana Assistant now works across 30+ data sources

When you're the on-call engineer and something breaks, you can quickly find yourself deep in a series of tools you don't regularly use—switching tabs, copying query results, and manually stitching together a picture of what's happening and why. People are increasingly turning to AI to get around this, but the results can be a mixed bag.

An SRE agent for production

AI has changed how software gets built. It hasn't changed how software gets run. Most of the AI money in software has gone into the IDE: code generation, copilots, developer assistants, faster pull requests. That work matters. But writing software is one slice of the lifecycle. The harder problem, and the more expensive one, is running that software in production. Production is where systems fail in ways nobody predicted. Incidents don't stay inside one service.

We built an SRE bot on AURA. Here's what we learned.

PagerDuty fires. You open the incident. Title, timestamp, nothing else. Whatever context exists is in someone's head, in a Slack thread from two weeks ago, or in a runbook nobody has touched since the last reorg. We got tired of that. So we put an AURA agent behind a Slack bot and pointed it at our own production environment.

Poisoning The Pipeline: How The Mastra AI Ecosystem Was Poisoned At The Registry Level | Harness Blog

The open-source landscape has witnessed another highly automated, ecosystem-level subversion. On June 17, 2026, a critical software supply chain attack struck the Mastra AI framework - a popular open-source TypeScript ecosystem used widely to build AI agents, workflows and RAG pipelines. By exploiting a compromised contributor account, threat actors successfully mass-published 144 malicious packages under the official @mastra npm scope.

AI Is Writing More Code Than Ever. Your Release Process Hasn't Kept Up. | Harness Blog

A new report from LeadDev and Harness makes one thing clear: AI coding tools have fundamentally changed how much code organizations are producing. What has not changed nearly fast enough is how that code gets released. The State of AI-Driven Software Releases 2026 report, based on responses from 500424 engineers across industries and company sizes, puts real numbers behind a problem that engineering leaders have been feeling for a while. AI is accelerating the code creation side of the SDLC.

Unlock AIOps with Red Hat Ansible Automation Platform and LogicMonitor Edwin AI

Edwin AI and Red Hat Ansible Automation Platform help ITOps teams move from correlated alerts and root cause analysis to governed, auditable remediation. When an outage starts, the first alert is only the first artifact. The harder work follows: grouping related signals, separating symptoms from cause, identifying the affected service, and deciding whether the next action is safe to run.

Managing AI Agent Primitives Like Real Software Packages with APM and JFrog

AI agents are part of the modern development workflow. They write code, review pull requests, generate tests, call tools, interact with MCP servers, and help developers move faster. But behind every useful agent, there is something just as important as the model itself: the context that tells the agent how to behave. That context can include skills, prompts, instructions, hooks, commands, scripts, references, and MCP server definitions. In a small project, managing these primitives is pretty simple.

Create uptime monitors by asking Claude Code (MCP demo)

Create and manage uptime monitors without leaving your editor. In this demo I connect Claude Code to UptimeMonitoring's MCP server with one command, then just ask it to monitor six sites. It creates all six, runs the first check, and reports back, then shows the live monitors in the dashboard. What UptimeMonitoring is: MCP is a thin layer over a normal REST API; if you'd rather curl + cron, that path is first-class.