dd-apm

Configures and troubleshoots Datadog APM for service tracing and performance analysis.

20|2|Updated Sep 17, 2020
One-click install
npx skills add https://github.com/QuiiBz/dotfiles --skill dd-apm-quiibz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dd-apm
Source: https://github.com/QuiiBz/dotfiles/tree/main/.agents/skills/dd-apm
Command: npx skills add https://github.com/QuiiBz/dotfiles --skill dd-apm-quiibz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you set up, instrument, and troubleshoot Datadog APM so you can understand service behavior, trace requests, and diagnose performance issues quickly.

Core Features & Use Cases

  • APM Setup and Onboarding: Guide installation and configuration of Datadog tracing for services and environments.
  • Instrumentation and Service Analysis: Support ddtrace and agent setup, service mapping, trace search, and dependency inspection.
  • Performance Troubleshooting: Investigate errors, slow requests, missing traces, and high-cardinality tagging issues in production systems.

Quick Start

Ask for help configuring Datadog APM for your service, then provide the service name, environment, and any tracing or performance issue you want to diagnose.

Frequently Asked Questions about dd-apm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Datadog APM tracing for my application services?

Datadog APM tracing requires installing the ddtrace library and configuring the Datadog agent. You must define service names, apply environment tags, and configure trace propagation behavior to instrument services and visualize request flows across your environments.

Why are my Datadog traces missing or not showing up in production?

Missing Datadog traces usually stem from incorrect ddtrace instrumentation or Datadog agent misconfiguration. Troubleshooting involves verifying service names, checking environment tags, and diagnosing trace propagation behavior across your application environments.

How do I diagnose high latency and slow requests using Datadog APM?

Diagnosing high latency with Datadog APM uses trace search and service maps to inspect dependencies. By analyzing trace propagation and service configurations, you can identify slow requests and pinpoint performance bottlenecks across your application environments.

What do I need to set up before onboarding Datadog APM for service mapping?

Before onboarding Datadog APM for service mapping, you need a running Datadog agent and ddtrace-aware configuration details. You must prepare specific service names, define environment tags, and establish trace propagation behavior for your application.

Can Datadog APM help troubleshoot high-cardinality tagging issues?

Datadog APM can troubleshoot high-cardinality tagging issues by inspecting your ddtrace configuration and service instrumentation. It analyzes environment tags and trace propagation behavior to resolve performance problems and errors in production systems.