Operations | Monitoring | ITSM | DevOps | Cloud

Value Engineering Vs. Cost Cutting: The Value Paradox

For every CFO who’s ever asked, “Can we reduce engineering costs by 15%?” there’s a CTO quietly thinking, “But at what cost?” That tug-of-war plays out inside most SaaS companies. Finance wants to tighten budgets to protect margins, while engineering and product teams push for the resources to build, test, and innovate faster. The truth is, the teams that spend most efficiently — not necessarily the least — drive the highest returns.

How to Monitor AI Agents in Commerce Systems

Artificial intelligence (AI) isn’t just writing text or generating images anymore. It’s starting to make real-world decisions. Now, with agentic systems, we’re entering an era where AI models don’t just respond; they act autonomously, buying, booking, and negotiating on behalf of users. That may sound promising, but those of us in the trenches of reliability know that progress always comes with trade-offs. Make no mistake, this shift fundamentally changes how observability works.

Exploring why PostgreSQL 18 put asynchronous I/O in your database

For years, PostgreSQL relied on synchronous I/O, meaning that when the database needed data from disk, each read operation was a blocking system call. The database process would therefore pause and wait for the data retrieval before moving to the next task. Synchronous I/O works well for local storage, but our database needs have changed drastically since then, resulting in this architecture creating significant bottlenecks when storage has higher latency.

Densify Announces Kubex AI to Simplify and Democratize Resource Optimization

Densify has announced Kubex AI, a major leap forward in how organizations optimize complex Kubernetes and AI environments. This new solution combines verticalized AI for resource optimization with a conversational interface, empowering anyone—regardless of technical background—to access expert-level analytics and automation through simple, natural-language interactions.

Sync your Backstage catalog with Datadog IDP

Backstage is a popular open source framework for building internal developer portals (IDPs) used by organizations to aggregate service metadata and create a single source of truth for their software developers. However, data stored in the Backstage Software Catalog can quickly become siloed and inaccessible from monitoring tools such as Datadog.

The Hidden Side of AI: Building a Smarter Enterprise AI Solution

Everyone is talking about AI models, copilots, and large language engines. They’re certainly impressive, even transformative, but they’re only part of the story. The real power of AI depends on what’s happening behind the scenes. In enterprise environments, that hidden side of AI (the infrastructure, automation, and orchestration that make everything run) determines whether an AI strategy succeeds or fails. That’s where a smarter enterprise AI solution begins.

Introducing Network Destinations: ICMP Monitoring for Any IP

For those who don't know Obkio, we're a synthetic Network Performance Monitoring, Troubleshooting and Diagnostics platform. We help network teams identify, diagnose, and resolve performance issues across distributed networks, from remote offices to cloud applications. For years, we've focused on what we do best: agent-to-agent performance monitoring.

VoIP Jitter Survival Guide: How to Diagnose, Monitor & Troubleshoot

VoIP jitter is the variation in packet arrival time during voice calls, measured in milliseconds. When voice packets travel across your network at inconsistent intervals; some arriving faster, others slower—you experience jitter. Acceptable jitter for VoIP is 30 milliseconds or less. Above this threshold, you'll notice choppy audio, robotic voices, delays, and call drops that disrupt business communication.

Improve Observability in Your CI/CD Pipeline

The backbone of modern software development is automation and at the heart of that lies the CI/CD pipeline. It’s what turns code into deployable software, delivering changes to users faster, safer, and more predictably. In simple terms, a CI/CD pipeline automates everything from the moment developers push code to when it reaches production. It integrates, tests, builds, and deploys software continuously ensuring faster releases with fewer human errors.