Home icon

From noise to signal: Monitoring Amazon DocumentDB like a pro

Database Blog



This article provides best practices for monitoring Amazon DocumentDB using a tiered alerting strategy, slow query diagnosis framework, and garbage collection health monitoring.

  • Organize metrics into three response tiers: Critical (minutes to impact), Warning (hours to impact), and Advisory (weekly review)
  • Critical metrics include CPUUtilization, FreeableMemory, BufferCacheHitRatio, ReadLatency, WriteLatency, DiskQueueDepth, and connection limits
  • Use three-lens diagnosis for slow queries: profiler/explain plans, Performance Insights wait events, and CloudWatch infrastructure metrics
  • Monitor garbage collection health via AvailableMVCCIds, LongestActiveGCRuntime, and collection-level MVCCIdScale to prevent MVCC exhaustion
  • Implement preventive actions like transaction timeouts, session idle timeouts, and bulk operation scheduling to reduce GC strain

Effective monitoring reduces alert noise by alerting on predictive signals rather than all metrics equally, enabling faster root cause diagnosis through structured investigation workflows.



Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

Sep 3
2026
Monitor self-managed databases with Amazon CloudWatch Database Insights
Aug 31
2026
Amazon DocumentDB now supports direct major version upgrades to version 8.0
Apr 2
2026
Turbocharge your applications with Amazon DocumentDB 8.0
Jul 13
2026
Amazon DocumentDB (with MongoDB compatibility) now available as a skill in the Agent Toolkit for AWS

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.