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

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
博客园 - Franky
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
月光博客
月光博客
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
J
Java Code Geeks
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
阮一峰的网络日志
阮一峰的网络日志

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
Explore Datadog metrics with Natural Language Queries
Racheal Ou · 2026-05-19 · via Datadog | The Monitor blog
Racheal Ou

Racheal Ou

Metric exploration often begins with a simple question, but answering that question can require deep familiarity with metric names, tag structures, and query syntax. Experienced users spend time refining queries through trial and error, and newer users struggle to get started. As a result, teams face delays in troubleshooting and analysis. Valuable observability data, including metrics that are difficult to discover and query, also goes underused.

Natural Language Queries (NLQ) for Datadog metrics changes how users interact with their data. Instead of constructing queries manually, you can describe what you want in plain language and immediately generate a working query and visualization. With NLQ, teams can move from question to insight more quickly and make metrics easier to access for a broader set of users.

In this post, we’ll show how NLQ helps you:

  • Explore metrics by using plain English

  • Automatically translate questions into metric queries

  • Refine and iterate on queries without rebuilding them

Explore metrics by using plain English

NLQ introduces a question-first workflow that enables you to examine metrics without having prior knowledge of Datadog’s query language. You can access NLQ directly from the Metrics Explorer, dashboards, notebook widgets, and Quick Graphs editor. From any of these entry points, you can type a request such as “Show average CPU usage per host” or “What’s the max number of failed checkouts in production, broken down by availability zone?” and immediately see a result.

A query in the Metric Explorer for the maximum number of failed checkouts in production, broken down by availability zone.

NLQ shifts the focus from building queries to asking questions. Rather than recalling metric names or memorizing tag keys, you can describe the outcome that you want to achieve. The intuitive workflow reduces the learning curve for new users and enables cross-functional teams to gain insights without relying on experts to construct queries or provide institutional knowledge.

Automatically translate questions into metric queries

After you submit a request, NLQ uses AI to convert your plain-language input into a fully structured Datadog query. The system identifies the relevant metric, applies filters such as environment or service, selects the appropriate aggregation, and determines how to group the data.

For example, the request “Show average CPU usage per host” results in a query that includes the correct metric, computes the average, and groups results by host. NLQ performs these steps by using metric metadata, tags, and indexed context within your environment, including custom metrics that follow your tagging and naming conventions.

You no longer need to troubleshoot syntax issues or guess which tags to apply. NLQ returns a valid, immediately usable query that you can add to dashboards, monitors, or notebooks. With NLQ handling query construction automatically, teams can spend less time building queries and more time gaining insights.

Refine and iterate on queries without rebuilding them

Metric exploration is rarely a one-step process. After generating an initial result, you often need to adjust filters, time ranges, or groupings to answer follow-up questions. NLQ supports this iterative workflow by enabling you to refine queries by using either natural language or the query editor.

For example, you might follow an initial request with a phrase such as “Group by region,” “Only show production,” or “Last 30 days instead.” NLQ updates the existing query to reflect those changes without requiring you to rebuild it from scratch.

A query that adds “Last 30 days instead” to the existing query for the maximum number of failed checkouts in production, broken down by availability zone.

At the same time, you can inspect and edit the generated query directly in the editor. The editable query helps experienced users fine-tune results and shows newer users how queries are structured.

Get started with Natural Language Queries for metrics

Natural Language Queries makes Datadog metrics more accessible by enabling users to describe what they want and receive a complete query in response. By combining a question-first experience with automatic query construction and iterative refinement, NLQ helps teams gain insights faster. To learn more, read the metrics NLQ documentation

If you’re new to Datadog, you can sign up for a 14-day free trial to get started exploring your metrics with NLQ.