onboarding-summary

Gere um relatório de confirmação de integração ao Single Step Instrumentation (SSI) em tempo real — verifica se a instrumentação do APM está funcionando de ponta a ponta com links diretos para o…

npx skills add https://github.com/datadog-labs/agent-skills --skill onboarding-summary

APM Onboarding Summary

Triggers

Invoke this skill when:

  • All steps in verify-ssi have passed
  • All checks in troubleshoot-ssi have been resolved
  • The user asks "is everything working?", "show me the status", or "confirm APM is set up"

Do NOT invoke this skill if any verification or troubleshooting check is still failing — resolve those first.


Context to resolve before acting

VariableHow to resolve
AGENT_NAMESPACENamespace where Datadog Agent is installed
APP_NAMESPACENamespace of the application
APP_LABELCheck spec.selector.matchLabels.app in the Deployment manifest
CLUSTER_NAMEspec.global.clusterName in datadog-agent.yaml
SERVICE_NAMEtags.datadoghq.com/service label on the Deployment
ENVtags.datadoghq.com/env label on the Deployment
DD_SITEspec.global.site in datadog-agent.yaml

Prerequisites

Claude runs

pup auth status --site <DD_SITE>

If valid token — proceed.

ERROR: Not authenticated:

Claude runs

pup auth login --site <DD_SITE>

This opens a browser tab for OAuth. Complete the login there — Claude will continue once the command exits.


Collect live confirmation data

Run all of the following. Each populates a row in the final report.

Claude runs

# Agent pod count and status
kubectl get pods -n <AGENT_NAMESPACE> \
  -l app.kubernetes.io/component=agent \
  --no-headers

# SSI instrumentation config live in cluster
kubectl get datadogagent datadog -n <AGENT_NAMESPACE> \
  -o jsonpath='{.spec.features.apm.instrumentation}'

# Init container confirmed in app pod spec
kubectl get pod -l app=<APP_LABEL> -n <APP_NAMESPACE> \
  -o jsonpath='{.items[0].spec.initContainers[*].name}'

# Service visible and traced in APM
DD_SITE=<DD_SITE> pup apm services list --env <ENV> --from 1h

# Traces arriving in the last hour
DD_SITE=<DD_SITE> pup traces search --query "service:<SERVICE_NAME>" --from 1h --limit 5

Present the report

Fill in every value from live command output. Do not leave any placeholder unfilled. If a value cannot be confirmed, mark that row as failed and link to troubleshoot-ssi.


APM onboarding complete

CheckDetailStatus
Datadog Agent<N> pod(s) Running in <AGENT_NAMESPACE>OK
SSI enabledTargeting namespace <APP_NAMESPACE>, language <LANGUAGE> v<MAJOR_VERSION>OK
Init container injecteddatadog-lib-<language>-init present in pod specOK
Tracer reportingService <SERVICE_NAME> appears in pup apm services list with isTraced: trueOK
APM service visible<SERVICE_NAME> in env <ENV>OK
Traces arriving<N> trace(s) found in the last hourOK

Your service in Datadog — click to open:

Construct each URL by substituting real values. Do not print placeholder URLs.

ViewURL
Service overviewhttps://app.<DD_SITE>/apm/services/<SERVICE_NAME>?env=<ENV>
Traces explorerhttps://app.<DD_SITE>/apm/traces?query=service:<SERVICE_NAME>%20env:<ENV>
Service maphttps://app.<DD_SITE>/apm/map?env=<ENV>&service=<SERVICE_NAME>
Agent fleethttps://app.<DD_SITE>/fleet-automation

Security constraints

  • Never write a raw API key into any file or chat message

Mais skills de datadog-labs

dd-audit
datadog-labs
Investigações de trilha de auditoria - quem alterou o quê, comprometimento de chave, causa raiz de pico de custo, evidência de conformidade (SOC 2/PCI) e auditoria de atividade de IA.
official
agent-install
datadog-labs
Instale o Datadog Agent no Kubernetes usando o Datadog Operator — necessário antes de habilitar o Single Step Instrumentation (SSI), que automaticamente...
official
agent-observability-auto-experiment
datadog-labs
Execute uma escalada iterativa de melhoria de código contra dados reais de LLM-Obs da Datadog, localmente, com Claude Code como agente. Estabelece uma avaliação de linha de base, faz uma…
official
agent-observability-eval-bootstrap
datadog-labs
Inicializar avaliadores a partir de traces de produção — por padrão, propor avaliadores online do LLM-judge e, após sua confirmação, criá-los no Datadog como rascunhos desabilitados…
official
agent-observability-eval-pipeline
datadog-labs
Pipeline de Observabilidade de Agente de ponta a ponta para um ml_app instrumentado — classificar traces de produção, identificar causas-raiz de falhas, inicializar avaliadores e, opcionalmente…
official
agent-observability-experiment-analyzer
datadog-labs
Analise resultados de experimentos de LLM. Lida com experimentos únicos ou comparativos, modos exploratórios ou de perguntas e respostas. Use quando o usuário disser "analisar experimento", "comparar…
official
agent-observability-replay-trace
datadog-labs
Use quando um desenvolvedor quiser iterar em UM trace específico de Agent Observability / LLM Obs cuja saída não agradou — reexecutando esse trace contra seu…
official
agent-observability-trace-rca
datadog-labs
Análise de causa raiz em traces de LLM em produção. Diagnostica por que uma aplicação de LLM está falhando — funciona a partir de veredictos de juízes de avaliação, erros de tempo de execução ou estruturais…
official