Operations | Monitoring | ITSM | DevOps | Cloud

Sponsored Post

"Proactive Insights for a Reactive World": What Makes Collective IQ Different for Business Leaders

From a business executive's perspective, the core question is not how many metrics a tool collects, but how clearly it connects technology to business productivity, cost, and risk. Dave Wagner summarizes this nicely: "if you're a business leader, what's really powerful about Collective IQ is it's not just technology metrics, it's productivity metrics."

Building for the 80%: The New Developer Tier for Apache Kafka

When we launched the Free Tier, we made a promise: graduating to a paid tier shouldn’t feel like switching platforms. It should simply feel like tapping “Continue watching in HD”. The Developer Tier for Aiven for Apache Kafka is that upgrade. $35 a month for the serious, ongoing workloads that haven’t yet reached enterprise scale. Everything we said was coming is now live.

Introducing Seer Agent: The answer is already in Sentry. Now you can ask for it.

This is a story about an engineer’s night that could have been bad, but ended up… not so bad. A few weeks ago, on a Saturday, our AI debugger, Seer, started failing. Note the big scary spike on the right. The errors were generic failures from the LLM calls, nothing that pointed at a root cause. Most of the team wasn’t scheduled to be on this weekend, and it just so happened Indragie, our Head of AI, was online. He started paging engineers.

Misconfigured Alert Detection: Find the Alerts That Need Tuning

Netdata ships with hundreds of stock alerts. They cover a wide range of infrastructure conditions and they’re designed with sensible defaults. But “sensible defaults” and “correct for your environment” are not the same thing. A CPU threshold that’s perfectly reasonable for a build server might generate constant noise on a machine running batch jobs.

What "AI-Ready Data" actually means for observability teams

Many organizations deploying AI are learning similar lessons right now: the challenge isn’t this or that AI model, it’s the data. According to Gartner, 60% of AI projects will be abandoned by organizations because of failures to support these projects with AI-ready data. Also, 63% of organizations either lack or aren’t sure they have the right data management practices to get there.

Now in Harness DB DevOps: Percona Toolkit for safer MySQL schema changes | Harness Blog

If you've ever run an ALTER TABLE on a busy MySQL table in production, you know the feeling. The change is small. The risk isn't. Long-running table locks, queued writes, application timeouts, replication lag, a five-minute migration that turns into a half-hour incident review. We're shipping an integration that takes that anxiety out of the loop. Harness Database DevOps now supports Percona Toolkit for MySQL as part of Liquibase-based schema management.

Why GitOps for MongoDB Matters: A Case for Harness DB DevOps | Harness Blog

Most development teams today build everything around Git, and deploy with GitOps principles. Code sits in version controlled environments, changes go through PRs, and deployments are handled through modern CI/CD. That part is pretty standard at this point, especially when using a modern DevOps platform like Harness.

Accelerating AI Agent Development on Google Cloud with JFrog MCP Registry

Developers building agentic AI on Google Cloud have powerful infrastructure at their fingertips: Gemini 3 for reasoning, Google’s Agent Development Kit (ADK) for orchestration, and a rapidly expanding ecosystem of Model Context Protocol (MCP) servers that connect agents to data and tools. So why are so many teams still waiting weeks to ship their first agent to production?

Apache ActiveMQ High Availability Architecture: The Complete 2026 Guide

The most common Apache ActiveMQ high availability mistake is not a configuration error; it is a false assumption. Teams deploy two broker instances, point clients at both with a comma-separated URL, and label the topology "HA." Then the primary crashes, the secondary does not have the message state, and clients start throwing exceptions while the ops team scrambles.