惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Help Net Security
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
S
SegmentFault 最新的问题
The Cloudflare Blog
I
InfoQ
美团技术团队
博客园 - 三生石上(FineUI控件)
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
L
LangChain Blog
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Monitor Azure Managed Redis with Datadog
Michael Cronk · 2026-05-28 · via Datadog | The Monitor blog
Michael Cronk

Michael Cronk

Azure Managed Redis is Microsoft’s fully managed, enterprise-tier in-memory data store. It is designed for the low-latency caching, session storage, and real-time data needs of modern applications, including AI workloads that depend on fast vector and embedding lookups. Because user-facing applications often query Redis directly, even small regressions in latency, hit rate, or memory pressure can degrade the user experience.

Datadog’s Azure Managed Redis integration gives teams full visibility into the activity, utilization, and performance of their cache instances, with no agent to install. Once the integration is configured, Managed Redis metrics flow into Datadog automatically and populate out-of-the-box (OOTB) dashboards and monitors.

In this post, we’ll explore how to:

  • Monitor Azure Managed Redis metrics

  • Catch performance regressions before they affect users

  • Optimize Azure Managed Redis cache efficiency and capacity

Monitor Azure Managed Redis metrics

After you enable the integration, Datadog begins collecting more than 20 metrics across every Managed Redis cache in your Azure environment. The OOTB Azure Managed Redis Overview dashboard organizes the metrics into views that help you understand workload activity, cache efficiency, resource pressure, latency, and availability across your Redis deployments.

Datadog dashboard showing total keys, hit rate, miss rate, and latency metrics for an Azure Managed Redis instance.

Workload metrics such as operations_per_second and connectedclients help teams understand traffic patterns and connection volume, while cache efficiency metrics like cachehits and cachemisses provide visibility into how effectively the cache is serving requests. Resource and performance metrics such as usedmemorypercentage, server_load, and cache_latency help identify memory pressure, saturation, and emerging latency issues before they affect applications.

The Data Collected tab on the Azure Managed Redis integration tile, listing metrics for cache performance and utilization.

Catch performance regressions before they affect users

Many Redis problems show up as latency before they show up as errors. The Azure Managed Redis Overview dashboard pairs cache_latency with server_load and percent_processor_time so that you can tell whether a slowdown is driven by the cache or by upstream traffic.

For example, consider an API team that notices p99 latency increasing on a checkout endpoint. The dashboard shows server_load sustained above 80% on the cache that backs the session store, while operations_per_second and connectedclients have both spiked after a marketing push. The team scales up the cache, and the latency decreases within minutes.

To move from reactive troubleshooting to proactive alerting, you can use the integration’s recommended “Azure Managed Redis server load is high” monitor. When server_load crosses your threshold, the alert fires with the cache name and region pre-populated, so responders can quickly investigate the issue.

Optimize Azure Managed Redis cache efficiency and capacity

A healthy Redis deployment depends as much on what’s in the cache as how fast the cache responds. The dashboard surfaces hit rate, miss rate, evictions, and used memory percentage together so that you can spot the patterns that quietly degrade performance:

  • Falling hit rate with steady traffic suggests that time-to-live (TTL) values are too aggressive or that the working set has outgrown the instance.

  • Rising evictedkeys alongside usedmemorypercentage near 100% means that the cache is under memory pressure and starting to drop frequently accessed keys.

  • Climbing totalkeys with flat cachehits points to keys being written but never read, a common sign of stale serialization paths or orphaned application code.

The recommended “Azure Managed Redis cache hit rate is low” monitor watches the hit-to-miss ratio and alerts you when efficiency drops below your target, giving you a leading indicator of latency problems before users feel them.

Get started monitoring Azure Managed Redis

The Azure Managed Redis integration is one of Datadog’s many Azure integrations, including Azure SQL Managed Instance, Azure Service Bus, and Azure OpenAI. It helps you monitor and optimize cache efficiency and identify performance issues before they affect users. To learn more, read the Azure Managed Redis integration documentation

If you’re new to Datadog, you can sign up for a 14-day free trial to start monitoring your Azure Managed Redis caches.