datadog-query-recipes

โดย langfuse

สูตรคำค้นหา Datadog เฉพาะสำหรับ Langfuse เพื่อการวิจัยเทเลเมทรีในระบบผลิต ใช้เมื่อถูกขอให้ตรวจสอบกิจกรรมของผู้เช่าหรือโปรเจกต์ การใช้งานปลายทาง API สาธารณะ…

npx skills add https://github.com/langfuse/langfuse --skill datadog-query-recipes

Datadog Query Recipes

Use this skill for Langfuse production telemetry research where the main work is finding the right Datadog data path. Keep findings evidence-based and include the exact Datadog links or query shapes that support the answer.

Required Scope

Unless the user explicitly narrows the scope, cover every production environment:

  • prod-us
  • prod-eu
  • prod-hipaa
  • prod-jp

Query both Datadog sites when needed. Default to the EU site for prod-eu and the US site for the other prod environments, but verify with a small count or facet query before concluding an environment has no data.

Before querying live Datadog, load the relevant Datadog MCP guidance for the data domain you need: traces, logs, metrics, and visualizations.

Workflow

  1. Identify the entity and signal: tenant ID, org ID, project ID, route, queue, service, error class, or metric.
  2. Read only the relevant reference:
  3. Start with aggregate queries, grouped by environment, service, route, queue, project, org, status, or error facets as appropriate.
  4. Fetch raw spans, logs, or traces only after aggregation identifies the cluster or sample you need.
  5. For tenant-specific HTTP usage, prefer trace correlation over single-span queries when tenant tags and route tags live on different spans.
  6. Report the windows, environments, sites, query links, and any sampling or missing-data caveats.

When To Use Other Skills

  • Use debug-issue-with-datadog when a Linear issue, GitHub issue, incident report, or monitor needs root-cause analysis and patch recommendations.
  • Use weekly-production-review when the user asks for a weekly engineering overview of production bugs, pages, and incidents.
  • Use incident-alert-tickets when the research is anchored to a named production alert or monitor: look up documented causes before measuring, and record new ones only after human approval.
  • Use linear-bug-triage only after a human approves sharing measured findings in Linear.

Output Expectations

Summarize what was checked, including:

  • Datadog site and env values covered.
  • Time windows.
  • Core filters or metrics used.
  • Count, rate, latency, queue depth, trace sample, or "No measurements found".
  • Datadog links or trace IDs that let the human rerun the query.

Skills เพิ่มเติมจาก langfuse

clickhouse-best-practices
langfuse
ต้องใช้เมื่อตรวจสอบสคีมา คิวรี หรือการกำหนดค่าของ ClickHouse ประกอบด้วยกฎ 28 ข้อที่ต้องตรวจสอบก่อนให้คำแนะนำ ควรอ่านเสมอ…
official
skill-creator
langfuse
คู่มือสำหรับการสร้างสกิลที่มีประสิทธิภาพ สกิลนี้ควรใช้เมื่อผู้ใช้ต้องการสร้างสกิลใหม่ (หรืออัปเดตสกิลที่มีอยู่) ที่ขยายความสามารถของ Claude...
official
vercel-react-best-practices
langfuse
แนวทางปฏิบัติที่ดีที่สุดในการเพิ่มประสิทธิภาพ React และ Next.js จากทีมวิศวกรรมของ Vercel ควรใช้ทักษะนี้เมื่อเขียน ตรวจสอบ หรือปรับปรุงโค้ด React/Next.js…
official
add-model-price
langfuse
ใช้เมื่อแก้ไข worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, ระดับราคา, รหัส tokenizer, หรือ regex matchPattern…
official
backend-dev-guidelines
langfuse
คู่มือแบ็กเอนด์ที่ใช้ร่วมกันสำหรับโมโนรีโพของ Langfuse ที่ใช้ Next.js, tRPC, BullMQ และ TypeScript ใช้เมื่อสร้างหรือตรวจสอบ tRPC routers, จุดสิ้นสุด REST สาธารณะ, BullMQ…
official
code-review
langfuse
ใช้ทักษะนี้เมื่อภารกิจคือการตรวจสอบการเปลี่ยนแปลงโค้ดแทนที่จะใช้งานฟีเจอร์
official
skill-developer
langfuse
สร้างและจัดการทักษะของ Claude Code ตามแนวทางปฏิบัติที่ดีที่สุดของ Anthropic ใช้เมื่อสร้างทักษะใหม่ แก้ไข skill-rules.json ทำความเข้าใจทริกเกอร์…
official
turborepo
langfuse
ระบบ build สำหรับ monorepo ของ JavaScript/TypeScript Turborepo แคชผลลัพธ์ของงานและรันงานแบบขนานตามกราฟ dependency
official