dd-docs

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Datadog Docs

Datadog 文档

Use this skill to locate Datadog documentation and limits.
使用此技能查找 Datadog 文档及使用限制。

LLM-Friendly Documentation

适配LLM的文档

Datadog provides an LLM-optimized documentation index at:
https://docs.datadoghq.com/llms.txt
This file contains:
  • Overview of all Datadog products organized by use case
  • Full list of documentation pages with URLs and descriptions
  • Direct links to Markdown sources (append
    .md
    to URLs)
Datadog 在以下地址提供了针对 LLM 优化的文档索引:
https://docs.datadoghq.com/llms.txt
该文件包含:
  • 按使用场景整理的所有 Datadog 产品概览
  • 带 URL 和描述的完整文档页面列表
  • 指向 Markdown 源文件的直接链接(在 URL 后追加
    .md
    即可)

How to Use llms.txt

如何使用 llms.txt

  1. Fetch the index to understand available documentation:
    bash
    curl -s https://docs.datadoghq.com/llms.txt | head -100
  2. Search for specific topics:
Examples:
bash
curl -s https://docs.datadoghq.com/llms.txt | grep -i "monitors"
curl -s https://docs.datadoghq.com/llms.txt | grep -i "apm"
curl -s https://docs.datadoghq.com/llms.txt | grep -i "logs"
  1. Fetch specific doc pages (add .md to most Datadog Docs URLs for raw content):
    bash
    curl -s https://docs.datadoghq.com/monitors.md
    curl -s https://docs.datadoghq.com/tracing.md
  1. 获取索引以了解可用的文档内容:
    bash
    curl -s https://docs.datadoghq.com/llms.txt | head -100
  2. 搜索特定主题
示例:
bash
curl -s https://docs.datadoghq.com/llms.txt | grep -i "monitors"
curl -s https://docs.datadoghq.com/llms.txt | grep -i "apm"
curl -s https://docs.datadoghq.com/llms.txt | grep -i "logs"
  1. 获取特定文档页面(大多数 Datadog 文档 URL 添加 .md 即可获取原始内容):
    bash
    curl -s https://docs.datadoghq.com/monitors.md
    curl -s https://docs.datadoghq.com/tracing.md

Key Documentation Sections

核心文档板块

Scope Guardrails

使用范围边界

  • Use llms.txt for documentation lookups
  • Defer to official docs for feature availability and limits
  • 文档查询请使用 llms.txt
  • 功能可用性及限制请以官方文档为准

Failure Handling

异常处理

  • If docs.datadoghq.com is unreachable, check network connectivity
  • For region-specific docs, use appropriate site (datadoghq.eu, etc.)
  • 如果无法访问 docs.datadoghq.com,请检查网络连接
  • 针对特定区域的文档,请使用对应站点(如 datadoghq.eu 等)