[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-datadog-dd-symdb":3,"mdc-q21y4u-key":35,"related-repo-datadog-dd-symdb":1303,"related-org-datadog-dd-symdb":1393},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":30,"sourceUrl":33,"mdContent":34},"dd-symdb","search Datadog service symbols","Symbol Database - search service symbols, find probe-able methods.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"datadog","Datadog","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fdatadog.png","DataDog",[13,15,18],{"name":9,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"Code Analysis","code-analysis",{"name":19,"slug":20,"type":14},"Debugging","debugging",952,"https:\u002F\u002Fgithub.com\u002FDataDog\u002Fpup","2026-07-15T05:38:08.664632",null,90,[27,28,8,29],"cli","client","observability",{"repoUrl":22,"stars":21,"forks":25,"topics":31,"description":32},[27,28,8,29],"Give your AI agent a Pup — a CLI companion with 200+ commands across 33+ Datadog products.","https:\u002F\u002Fgithub.com\u002FDataDog\u002Fpup\u002Ftree\u002FHEAD\u002Fskills\u002Fdd-symdb","---\nname: dd-symdb\ndescription: Symbol Database - search service symbols, find probe-able methods.\nmetadata:\n  version: \"1.0.0\"\n  author: datadog-labs\n  repository: https:\u002F\u002Fgithub.com\u002Fdatadog-labs\u002Fagent-skills\n  tags: datadog,symdb,symbol-database,live-debugger\n  globs: \"\"\n  alwaysApply: \"false\"\n---\n\n# Datadog Symbol Database\n\nSearch for classes and methods in instrumented services. Find probe-able method locations for use with the Live Debugger.\n\n## Prerequisites\n\n`pup` must be installed:\n\n```bash\nbrew tap datadog-labs\u002Fpack && brew install pup\n```\n\n## Authentication\n\nAuthenticate via OAuth2 (recommended) or API keys:\n\n```bash\n# OAuth2 (recommended)\npup auth login\n\n# Or use API keys\nexport DD_API_KEY=\"key\" DD_APP_KEY=\"key\" DD_SITE=\"datadoghq.com\"\n```\n\n## Usage\n\n### Names View\n\nOne scope name per line.\n\n```bash\npup symdb search --service my-service --query \"Controller\" --view names\n```\n\n### Probe Locations View\n\n`TYPE:METHOD(arg1, arg2, ...)` signatures suitable for `--probe-location` in `pup debugger probes create`. Falls back to `TYPE:METHOD` when no argument info is available.\n\n```bash\npup symdb search --service my-service --query \"VetController\" --view probe-locations\n```\n\n### Full View\n\nRaw JSON response from the API.\n\n```bash\npup symdb search --service my-service --query \"VetController\" --view full\n```\n\n### Filter by Version\n\n```bash\npup symdb search --service my-service --query \"handler\" --version \"v1.2.3\" --view names\n```\n\n## Combining with Debugger\n\nFind methods then place probes:\n\n```bash\n# 1. Find probe-able methods\npup symdb search --service my-service --query \"MyController\" --view probe-locations\n\n# 2. Place a probe on a discovered method (language auto-detected from symdb)\npup debugger probes create \\\n  --service my-service \\\n  --env production \\\n  --probe-location \"com.example.MyController:handleRequest\" \\\n  --template \"handleRequest called with id={id}\"\n\n# Or use the full signature when multiple overloads exist\npup debugger probes create \\\n  --service my-service \\\n  --env production \\\n  --probe-location \"com.example.MyController:handleRequest(int, java.lang.String)\" \\\n  --template \"handleRequest called with id={id}\"\n\n# 3. Stream events\npup debugger probes watch \u003CPROBE_ID> --timeout 60 --limit 10\n```\n\n## Options\n\n| Flag | Description | Default |\n|------|-------------|---------|\n| `--service` | Service name (required) | — |\n| `--query` | Search query, matches scope names | None (lists all) |\n| `--version` | Service version filter | None |\n| `--view` | Output view: `full`, `names`, `probe-locations` | `full` |\n\n## Failure Handling\n\n| Problem | Fix |\n|---------|-----|\n| No results | Verify the service is instrumented and reporting to Datadog |\n| Auth error | Run `pup auth login` or set `DD_API_KEY` + `DD_APP_KEY` + `DD_SITE` |\n| Wrong service name | Check exact service name in Datadog APM service catalog |\n| Stale symbols | Filter with `--version` to target the currently deployed version |\n\n## References\n\n- [Live Debugger Docs](https:\u002F\u002Fdocs.datadoghq.com\u002Fdynamic_instrumentation\u002F)\n- [Symbol Database](https:\u002F\u002Fdocs.datadoghq.com\u002Fdynamic_instrumentation\u002Fsymdb\u002F)\n",{"data":36,"body":44},{"name":4,"description":6,"metadata":37},{"version":38,"author":39,"repository":40,"tags":41,"globs":42,"alwaysApply":43},"1.0.0","datadog-labs","https:\u002F\u002Fgithub.com\u002Fdatadog-labs\u002Fagent-skills","datadog,symdb,symbol-database,live-debugger","","false",{"type":45,"children":46},"root",[47,56,62,69,81,135,141,146,278,284,291,296,359,365,400,456,462,467,522,528,601,607,612,997,1003,1148,1154,1264,1270,1297],{"type":48,"tag":49,"props":50,"children":52},"element","h1",{"id":51},"datadog-symbol-database",[53],{"type":54,"value":55},"text","Datadog Symbol Database",{"type":48,"tag":57,"props":58,"children":59},"p",{},[60],{"type":54,"value":61},"Search for classes and methods in instrumented services. Find probe-able method locations for use with the Live Debugger.",{"type":48,"tag":63,"props":64,"children":66},"h2",{"id":65},"prerequisites",[67],{"type":54,"value":68},"Prerequisites",{"type":48,"tag":57,"props":70,"children":71},{},[72,79],{"type":48,"tag":73,"props":74,"children":76},"code",{"className":75},[],[77],{"type":54,"value":78},"pup",{"type":54,"value":80}," must be installed:",{"type":48,"tag":82,"props":83,"children":87},"pre",{"className":84,"code":85,"language":86,"meta":42,"style":42},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","brew tap datadog-labs\u002Fpack && brew install pup\n","bash",[88],{"type":48,"tag":73,"props":89,"children":90},{"__ignoreMap":42},[91],{"type":48,"tag":92,"props":93,"children":96},"span",{"class":94,"line":95},"line",1,[97,103,109,114,120,125,130],{"type":48,"tag":92,"props":98,"children":100},{"style":99},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[101],{"type":54,"value":102},"brew",{"type":48,"tag":92,"props":104,"children":106},{"style":105},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[107],{"type":54,"value":108}," tap",{"type":48,"tag":92,"props":110,"children":111},{"style":105},[112],{"type":54,"value":113}," datadog-labs\u002Fpack",{"type":48,"tag":92,"props":115,"children":117},{"style":116},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[118],{"type":54,"value":119}," &&",{"type":48,"tag":92,"props":121,"children":122},{"style":99},[123],{"type":54,"value":124}," brew",{"type":48,"tag":92,"props":126,"children":127},{"style":105},[128],{"type":54,"value":129}," install",{"type":48,"tag":92,"props":131,"children":132},{"style":105},[133],{"type":54,"value":134}," pup\n",{"type":48,"tag":63,"props":136,"children":138},{"id":137},"authentication",[139],{"type":54,"value":140},"Authentication",{"type":48,"tag":57,"props":142,"children":143},{},[144],{"type":54,"value":145},"Authenticate via OAuth2 (recommended) or API keys:",{"type":48,"tag":82,"props":147,"children":149},{"className":84,"code":148,"language":86,"meta":42,"style":42},"# OAuth2 (recommended)\npup auth login\n\n# Or use API keys\nexport DD_API_KEY=\"key\" DD_APP_KEY=\"key\" DD_SITE=\"datadoghq.com\"\n",[150],{"type":48,"tag":73,"props":151,"children":152},{"__ignoreMap":42},[153,162,180,190,199],{"type":48,"tag":92,"props":154,"children":155},{"class":94,"line":95},[156],{"type":48,"tag":92,"props":157,"children":159},{"style":158},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[160],{"type":54,"value":161},"# OAuth2 (recommended)\n",{"type":48,"tag":92,"props":163,"children":165},{"class":94,"line":164},2,[166,170,175],{"type":48,"tag":92,"props":167,"children":168},{"style":99},[169],{"type":54,"value":78},{"type":48,"tag":92,"props":171,"children":172},{"style":105},[173],{"type":54,"value":174}," auth",{"type":48,"tag":92,"props":176,"children":177},{"style":105},[178],{"type":54,"value":179}," login\n",{"type":48,"tag":92,"props":181,"children":183},{"class":94,"line":182},3,[184],{"type":48,"tag":92,"props":185,"children":187},{"emptyLinePlaceholder":186},true,[188],{"type":54,"value":189},"\n",{"type":48,"tag":92,"props":191,"children":193},{"class":94,"line":192},4,[194],{"type":48,"tag":92,"props":195,"children":196},{"style":158},[197],{"type":54,"value":198},"# Or use API keys\n",{"type":48,"tag":92,"props":200,"children":202},{"class":94,"line":201},5,[203,209,215,220,225,230,234,239,243,247,251,255,260,264,268,273],{"type":48,"tag":92,"props":204,"children":206},{"style":205},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[207],{"type":54,"value":208},"export",{"type":48,"tag":92,"props":210,"children":212},{"style":211},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[213],{"type":54,"value":214}," DD_API_KEY",{"type":48,"tag":92,"props":216,"children":217},{"style":116},[218],{"type":54,"value":219},"=",{"type":48,"tag":92,"props":221,"children":222},{"style":116},[223],{"type":54,"value":224},"\"",{"type":48,"tag":92,"props":226,"children":227},{"style":105},[228],{"type":54,"value":229},"key",{"type":48,"tag":92,"props":231,"children":232},{"style":116},[233],{"type":54,"value":224},{"type":48,"tag":92,"props":235,"children":236},{"style":211},[237],{"type":54,"value":238}," DD_APP_KEY",{"type":48,"tag":92,"props":240,"children":241},{"style":116},[242],{"type":54,"value":219},{"type":48,"tag":92,"props":244,"children":245},{"style":116},[246],{"type":54,"value":224},{"type":48,"tag":92,"props":248,"children":249},{"style":105},[250],{"type":54,"value":229},{"type":48,"tag":92,"props":252,"children":253},{"style":116},[254],{"type":54,"value":224},{"type":48,"tag":92,"props":256,"children":257},{"style":211},[258],{"type":54,"value":259}," DD_SITE",{"type":48,"tag":92,"props":261,"children":262},{"style":116},[263],{"type":54,"value":219},{"type":48,"tag":92,"props":265,"children":266},{"style":116},[267],{"type":54,"value":224},{"type":48,"tag":92,"props":269,"children":270},{"style":105},[271],{"type":54,"value":272},"datadoghq.com",{"type":48,"tag":92,"props":274,"children":275},{"style":116},[276],{"type":54,"value":277},"\"\n",{"type":48,"tag":63,"props":279,"children":281},{"id":280},"usage",[282],{"type":54,"value":283},"Usage",{"type":48,"tag":285,"props":286,"children":288},"h3",{"id":287},"names-view",[289],{"type":54,"value":290},"Names View",{"type":48,"tag":57,"props":292,"children":293},{},[294],{"type":54,"value":295},"One scope name per line.",{"type":48,"tag":82,"props":297,"children":299},{"className":84,"code":298,"language":86,"meta":42,"style":42},"pup symdb search --service my-service --query \"Controller\" --view names\n",[300],{"type":48,"tag":73,"props":301,"children":302},{"__ignoreMap":42},[303],{"type":48,"tag":92,"props":304,"children":305},{"class":94,"line":95},[306,310,315,320,325,330,335,340,345,349,354],{"type":48,"tag":92,"props":307,"children":308},{"style":99},[309],{"type":54,"value":78},{"type":48,"tag":92,"props":311,"children":312},{"style":105},[313],{"type":54,"value":314}," symdb",{"type":48,"tag":92,"props":316,"children":317},{"style":105},[318],{"type":54,"value":319}," search",{"type":48,"tag":92,"props":321,"children":322},{"style":105},[323],{"type":54,"value":324}," --service",{"type":48,"tag":92,"props":326,"children":327},{"style":105},[328],{"type":54,"value":329}," my-service",{"type":48,"tag":92,"props":331,"children":332},{"style":105},[333],{"type":54,"value":334}," --query",{"type":48,"tag":92,"props":336,"children":337},{"style":116},[338],{"type":54,"value":339}," \"",{"type":48,"tag":92,"props":341,"children":342},{"style":105},[343],{"type":54,"value":344},"Controller",{"type":48,"tag":92,"props":346,"children":347},{"style":116},[348],{"type":54,"value":224},{"type":48,"tag":92,"props":350,"children":351},{"style":105},[352],{"type":54,"value":353}," --view",{"type":48,"tag":92,"props":355,"children":356},{"style":105},[357],{"type":54,"value":358}," names\n",{"type":48,"tag":285,"props":360,"children":362},{"id":361},"probe-locations-view",[363],{"type":54,"value":364},"Probe Locations View",{"type":48,"tag":57,"props":366,"children":367},{},[368,374,376,382,384,390,392,398],{"type":48,"tag":73,"props":369,"children":371},{"className":370},[],[372],{"type":54,"value":373},"TYPE:METHOD(arg1, arg2, ...)",{"type":54,"value":375}," signatures suitable for ",{"type":48,"tag":73,"props":377,"children":379},{"className":378},[],[380],{"type":54,"value":381},"--probe-location",{"type":54,"value":383}," in ",{"type":48,"tag":73,"props":385,"children":387},{"className":386},[],[388],{"type":54,"value":389},"pup debugger probes create",{"type":54,"value":391},". Falls back to ",{"type":48,"tag":73,"props":393,"children":395},{"className":394},[],[396],{"type":54,"value":397},"TYPE:METHOD",{"type":54,"value":399}," when no argument info is available.",{"type":48,"tag":82,"props":401,"children":403},{"className":84,"code":402,"language":86,"meta":42,"style":42},"pup symdb search --service my-service --query \"VetController\" --view probe-locations\n",[404],{"type":48,"tag":73,"props":405,"children":406},{"__ignoreMap":42},[407],{"type":48,"tag":92,"props":408,"children":409},{"class":94,"line":95},[410,414,418,422,426,430,434,438,443,447,451],{"type":48,"tag":92,"props":411,"children":412},{"style":99},[413],{"type":54,"value":78},{"type":48,"tag":92,"props":415,"children":416},{"style":105},[417],{"type":54,"value":314},{"type":48,"tag":92,"props":419,"children":420},{"style":105},[421],{"type":54,"value":319},{"type":48,"tag":92,"props":423,"children":424},{"style":105},[425],{"type":54,"value":324},{"type":48,"tag":92,"props":427,"children":428},{"style":105},[429],{"type":54,"value":329},{"type":48,"tag":92,"props":431,"children":432},{"style":105},[433],{"type":54,"value":334},{"type":48,"tag":92,"props":435,"children":436},{"style":116},[437],{"type":54,"value":339},{"type":48,"tag":92,"props":439,"children":440},{"style":105},[441],{"type":54,"value":442},"VetController",{"type":48,"tag":92,"props":444,"children":445},{"style":116},[446],{"type":54,"value":224},{"type":48,"tag":92,"props":448,"children":449},{"style":105},[450],{"type":54,"value":353},{"type":48,"tag":92,"props":452,"children":453},{"style":105},[454],{"type":54,"value":455}," probe-locations\n",{"type":48,"tag":285,"props":457,"children":459},{"id":458},"full-view",[460],{"type":54,"value":461},"Full View",{"type":48,"tag":57,"props":463,"children":464},{},[465],{"type":54,"value":466},"Raw JSON response from the API.",{"type":48,"tag":82,"props":468,"children":470},{"className":84,"code":469,"language":86,"meta":42,"style":42},"pup symdb search --service my-service --query \"VetController\" --view full\n",[471],{"type":48,"tag":73,"props":472,"children":473},{"__ignoreMap":42},[474],{"type":48,"tag":92,"props":475,"children":476},{"class":94,"line":95},[477,481,485,489,493,497,501,505,509,513,517],{"type":48,"tag":92,"props":478,"children":479},{"style":99},[480],{"type":54,"value":78},{"type":48,"tag":92,"props":482,"children":483},{"style":105},[484],{"type":54,"value":314},{"type":48,"tag":92,"props":486,"children":487},{"style":105},[488],{"type":54,"value":319},{"type":48,"tag":92,"props":490,"children":491},{"style":105},[492],{"type":54,"value":324},{"type":48,"tag":92,"props":494,"children":495},{"style":105},[496],{"type":54,"value":329},{"type":48,"tag":92,"props":498,"children":499},{"style":105},[500],{"type":54,"value":334},{"type":48,"tag":92,"props":502,"children":503},{"style":116},[504],{"type":54,"value":339},{"type":48,"tag":92,"props":506,"children":507},{"style":105},[508],{"type":54,"value":442},{"type":48,"tag":92,"props":510,"children":511},{"style":116},[512],{"type":54,"value":224},{"type":48,"tag":92,"props":514,"children":515},{"style":105},[516],{"type":54,"value":353},{"type":48,"tag":92,"props":518,"children":519},{"style":105},[520],{"type":54,"value":521}," full\n",{"type":48,"tag":285,"props":523,"children":525},{"id":524},"filter-by-version",[526],{"type":54,"value":527},"Filter by Version",{"type":48,"tag":82,"props":529,"children":531},{"className":84,"code":530,"language":86,"meta":42,"style":42},"pup symdb search --service my-service --query \"handler\" --version \"v1.2.3\" --view names\n",[532],{"type":48,"tag":73,"props":533,"children":534},{"__ignoreMap":42},[535],{"type":48,"tag":92,"props":536,"children":537},{"class":94,"line":95},[538,542,546,550,554,558,562,566,571,575,580,584,589,593,597],{"type":48,"tag":92,"props":539,"children":540},{"style":99},[541],{"type":54,"value":78},{"type":48,"tag":92,"props":543,"children":544},{"style":105},[545],{"type":54,"value":314},{"type":48,"tag":92,"props":547,"children":548},{"style":105},[549],{"type":54,"value":319},{"type":48,"tag":92,"props":551,"children":552},{"style":105},[553],{"type":54,"value":324},{"type":48,"tag":92,"props":555,"children":556},{"style":105},[557],{"type":54,"value":329},{"type":48,"tag":92,"props":559,"children":560},{"style":105},[561],{"type":54,"value":334},{"type":48,"tag":92,"props":563,"children":564},{"style":116},[565],{"type":54,"value":339},{"type":48,"tag":92,"props":567,"children":568},{"style":105},[569],{"type":54,"value":570},"handler",{"type":48,"tag":92,"props":572,"children":573},{"style":116},[574],{"type":54,"value":224},{"type":48,"tag":92,"props":576,"children":577},{"style":105},[578],{"type":54,"value":579}," --version",{"type":48,"tag":92,"props":581,"children":582},{"style":116},[583],{"type":54,"value":339},{"type":48,"tag":92,"props":585,"children":586},{"style":105},[587],{"type":54,"value":588},"v1.2.3",{"type":48,"tag":92,"props":590,"children":591},{"style":116},[592],{"type":54,"value":224},{"type":48,"tag":92,"props":594,"children":595},{"style":105},[596],{"type":54,"value":353},{"type":48,"tag":92,"props":598,"children":599},{"style":105},[600],{"type":54,"value":358},{"type":48,"tag":63,"props":602,"children":604},{"id":603},"combining-with-debugger",[605],{"type":54,"value":606},"Combining with Debugger",{"type":48,"tag":57,"props":608,"children":609},{},[610],{"type":54,"value":611},"Find methods then place probes:",{"type":48,"tag":82,"props":613,"children":615},{"className":84,"code":614,"language":86,"meta":42,"style":42},"# 1. Find probe-able methods\npup symdb search --service my-service --query \"MyController\" --view probe-locations\n\n# 2. Place a probe on a discovered method (language auto-detected from symdb)\npup debugger probes create \\\n  --service my-service \\\n  --env production \\\n  --probe-location \"com.example.MyController:handleRequest\" \\\n  --template \"handleRequest called with id={id}\"\n\n# Or use the full signature when multiple overloads exist\npup debugger probes create \\\n  --service my-service \\\n  --env production \\\n  --probe-location \"com.example.MyController:handleRequest(int, java.lang.String)\" \\\n  --template \"handleRequest called with id={id}\"\n\n# 3. Stream events\npup debugger probes watch \u003CPROBE_ID> --timeout 60 --limit 10\n",[616],{"type":48,"tag":73,"props":617,"children":618},{"__ignoreMap":42},[619,627,675,682,690,717,734,752,778,800,808,817,841,857,873,898,918,926,935],{"type":48,"tag":92,"props":620,"children":621},{"class":94,"line":95},[622],{"type":48,"tag":92,"props":623,"children":624},{"style":158},[625],{"type":54,"value":626},"# 1. Find probe-able methods\n",{"type":48,"tag":92,"props":628,"children":629},{"class":94,"line":164},[630,634,638,642,646,650,654,658,663,667,671],{"type":48,"tag":92,"props":631,"children":632},{"style":99},[633],{"type":54,"value":78},{"type":48,"tag":92,"props":635,"children":636},{"style":105},[637],{"type":54,"value":314},{"type":48,"tag":92,"props":639,"children":640},{"style":105},[641],{"type":54,"value":319},{"type":48,"tag":92,"props":643,"children":644},{"style":105},[645],{"type":54,"value":324},{"type":48,"tag":92,"props":647,"children":648},{"style":105},[649],{"type":54,"value":329},{"type":48,"tag":92,"props":651,"children":652},{"style":105},[653],{"type":54,"value":334},{"type":48,"tag":92,"props":655,"children":656},{"style":116},[657],{"type":54,"value":339},{"type":48,"tag":92,"props":659,"children":660},{"style":105},[661],{"type":54,"value":662},"MyController",{"type":48,"tag":92,"props":664,"children":665},{"style":116},[666],{"type":54,"value":224},{"type":48,"tag":92,"props":668,"children":669},{"style":105},[670],{"type":54,"value":353},{"type":48,"tag":92,"props":672,"children":673},{"style":105},[674],{"type":54,"value":455},{"type":48,"tag":92,"props":676,"children":677},{"class":94,"line":182},[678],{"type":48,"tag":92,"props":679,"children":680},{"emptyLinePlaceholder":186},[681],{"type":54,"value":189},{"type":48,"tag":92,"props":683,"children":684},{"class":94,"line":192},[685],{"type":48,"tag":92,"props":686,"children":687},{"style":158},[688],{"type":54,"value":689},"# 2. Place a probe on a discovered method (language auto-detected from symdb)\n",{"type":48,"tag":92,"props":691,"children":692},{"class":94,"line":201},[693,697,702,707,712],{"type":48,"tag":92,"props":694,"children":695},{"style":99},[696],{"type":54,"value":78},{"type":48,"tag":92,"props":698,"children":699},{"style":105},[700],{"type":54,"value":701}," debugger",{"type":48,"tag":92,"props":703,"children":704},{"style":105},[705],{"type":54,"value":706}," probes",{"type":48,"tag":92,"props":708,"children":709},{"style":105},[710],{"type":54,"value":711}," create",{"type":48,"tag":92,"props":713,"children":714},{"style":211},[715],{"type":54,"value":716}," \\\n",{"type":48,"tag":92,"props":718,"children":720},{"class":94,"line":719},6,[721,726,730],{"type":48,"tag":92,"props":722,"children":723},{"style":105},[724],{"type":54,"value":725},"  --service",{"type":48,"tag":92,"props":727,"children":728},{"style":105},[729],{"type":54,"value":329},{"type":48,"tag":92,"props":731,"children":732},{"style":211},[733],{"type":54,"value":716},{"type":48,"tag":92,"props":735,"children":737},{"class":94,"line":736},7,[738,743,748],{"type":48,"tag":92,"props":739,"children":740},{"style":105},[741],{"type":54,"value":742},"  --env",{"type":48,"tag":92,"props":744,"children":745},{"style":105},[746],{"type":54,"value":747}," production",{"type":48,"tag":92,"props":749,"children":750},{"style":211},[751],{"type":54,"value":716},{"type":48,"tag":92,"props":753,"children":755},{"class":94,"line":754},8,[756,761,765,770,774],{"type":48,"tag":92,"props":757,"children":758},{"style":105},[759],{"type":54,"value":760},"  --probe-location",{"type":48,"tag":92,"props":762,"children":763},{"style":116},[764],{"type":54,"value":339},{"type":48,"tag":92,"props":766,"children":767},{"style":105},[768],{"type":54,"value":769},"com.example.MyController:handleRequest",{"type":48,"tag":92,"props":771,"children":772},{"style":116},[773],{"type":54,"value":224},{"type":48,"tag":92,"props":775,"children":776},{"style":211},[777],{"type":54,"value":716},{"type":48,"tag":92,"props":779,"children":781},{"class":94,"line":780},9,[782,787,791,796],{"type":48,"tag":92,"props":783,"children":784},{"style":105},[785],{"type":54,"value":786},"  --template",{"type":48,"tag":92,"props":788,"children":789},{"style":116},[790],{"type":54,"value":339},{"type":48,"tag":92,"props":792,"children":793},{"style":105},[794],{"type":54,"value":795},"handleRequest called with id={id}",{"type":48,"tag":92,"props":797,"children":798},{"style":116},[799],{"type":54,"value":277},{"type":48,"tag":92,"props":801,"children":803},{"class":94,"line":802},10,[804],{"type":48,"tag":92,"props":805,"children":806},{"emptyLinePlaceholder":186},[807],{"type":54,"value":189},{"type":48,"tag":92,"props":809,"children":811},{"class":94,"line":810},11,[812],{"type":48,"tag":92,"props":813,"children":814},{"style":158},[815],{"type":54,"value":816},"# Or use the full signature when multiple overloads exist\n",{"type":48,"tag":92,"props":818,"children":820},{"class":94,"line":819},12,[821,825,829,833,837],{"type":48,"tag":92,"props":822,"children":823},{"style":99},[824],{"type":54,"value":78},{"type":48,"tag":92,"props":826,"children":827},{"style":105},[828],{"type":54,"value":701},{"type":48,"tag":92,"props":830,"children":831},{"style":105},[832],{"type":54,"value":706},{"type":48,"tag":92,"props":834,"children":835},{"style":105},[836],{"type":54,"value":711},{"type":48,"tag":92,"props":838,"children":839},{"style":211},[840],{"type":54,"value":716},{"type":48,"tag":92,"props":842,"children":844},{"class":94,"line":843},13,[845,849,853],{"type":48,"tag":92,"props":846,"children":847},{"style":105},[848],{"type":54,"value":725},{"type":48,"tag":92,"props":850,"children":851},{"style":105},[852],{"type":54,"value":329},{"type":48,"tag":92,"props":854,"children":855},{"style":211},[856],{"type":54,"value":716},{"type":48,"tag":92,"props":858,"children":860},{"class":94,"line":859},14,[861,865,869],{"type":48,"tag":92,"props":862,"children":863},{"style":105},[864],{"type":54,"value":742},{"type":48,"tag":92,"props":866,"children":867},{"style":105},[868],{"type":54,"value":747},{"type":48,"tag":92,"props":870,"children":871},{"style":211},[872],{"type":54,"value":716},{"type":48,"tag":92,"props":874,"children":876},{"class":94,"line":875},15,[877,881,885,890,894],{"type":48,"tag":92,"props":878,"children":879},{"style":105},[880],{"type":54,"value":760},{"type":48,"tag":92,"props":882,"children":883},{"style":116},[884],{"type":54,"value":339},{"type":48,"tag":92,"props":886,"children":887},{"style":105},[888],{"type":54,"value":889},"com.example.MyController:handleRequest(int, java.lang.String)",{"type":48,"tag":92,"props":891,"children":892},{"style":116},[893],{"type":54,"value":224},{"type":48,"tag":92,"props":895,"children":896},{"style":211},[897],{"type":54,"value":716},{"type":48,"tag":92,"props":899,"children":901},{"class":94,"line":900},16,[902,906,910,914],{"type":48,"tag":92,"props":903,"children":904},{"style":105},[905],{"type":54,"value":786},{"type":48,"tag":92,"props":907,"children":908},{"style":116},[909],{"type":54,"value":339},{"type":48,"tag":92,"props":911,"children":912},{"style":105},[913],{"type":54,"value":795},{"type":48,"tag":92,"props":915,"children":916},{"style":116},[917],{"type":54,"value":277},{"type":48,"tag":92,"props":919,"children":921},{"class":94,"line":920},17,[922],{"type":48,"tag":92,"props":923,"children":924},{"emptyLinePlaceholder":186},[925],{"type":54,"value":189},{"type":48,"tag":92,"props":927,"children":929},{"class":94,"line":928},18,[930],{"type":48,"tag":92,"props":931,"children":932},{"style":158},[933],{"type":54,"value":934},"# 3. Stream events\n",{"type":48,"tag":92,"props":936,"children":938},{"class":94,"line":937},19,[939,943,947,951,956,961,966,971,976,981,987,992],{"type":48,"tag":92,"props":940,"children":941},{"style":99},[942],{"type":54,"value":78},{"type":48,"tag":92,"props":944,"children":945},{"style":105},[946],{"type":54,"value":701},{"type":48,"tag":92,"props":948,"children":949},{"style":105},[950],{"type":54,"value":706},{"type":48,"tag":92,"props":952,"children":953},{"style":105},[954],{"type":54,"value":955}," watch",{"type":48,"tag":92,"props":957,"children":958},{"style":116},[959],{"type":54,"value":960}," \u003C",{"type":48,"tag":92,"props":962,"children":963},{"style":105},[964],{"type":54,"value":965},"PROBE_I",{"type":48,"tag":92,"props":967,"children":968},{"style":211},[969],{"type":54,"value":970},"D",{"type":48,"tag":92,"props":972,"children":973},{"style":116},[974],{"type":54,"value":975},">",{"type":48,"tag":92,"props":977,"children":978},{"style":105},[979],{"type":54,"value":980}," --timeout",{"type":48,"tag":92,"props":982,"children":984},{"style":983},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[985],{"type":54,"value":986}," 60",{"type":48,"tag":92,"props":988,"children":989},{"style":105},[990],{"type":54,"value":991}," --limit",{"type":48,"tag":92,"props":993,"children":994},{"style":983},[995],{"type":54,"value":996}," 10\n",{"type":48,"tag":63,"props":998,"children":1000},{"id":999},"options",[1001],{"type":54,"value":1002},"Options",{"type":48,"tag":1004,"props":1005,"children":1006},"table",{},[1007,1031],{"type":48,"tag":1008,"props":1009,"children":1010},"thead",{},[1011],{"type":48,"tag":1012,"props":1013,"children":1014},"tr",{},[1015,1021,1026],{"type":48,"tag":1016,"props":1017,"children":1018},"th",{},[1019],{"type":54,"value":1020},"Flag",{"type":48,"tag":1016,"props":1022,"children":1023},{},[1024],{"type":54,"value":1025},"Description",{"type":48,"tag":1016,"props":1027,"children":1028},{},[1029],{"type":54,"value":1030},"Default",{"type":48,"tag":1032,"props":1033,"children":1034},"tbody",{},[1035,1058,1080,1102],{"type":48,"tag":1012,"props":1036,"children":1037},{},[1038,1048,1053],{"type":48,"tag":1039,"props":1040,"children":1041},"td",{},[1042],{"type":48,"tag":73,"props":1043,"children":1045},{"className":1044},[],[1046],{"type":54,"value":1047},"--service",{"type":48,"tag":1039,"props":1049,"children":1050},{},[1051],{"type":54,"value":1052},"Service name (required)",{"type":48,"tag":1039,"props":1054,"children":1055},{},[1056],{"type":54,"value":1057},"—",{"type":48,"tag":1012,"props":1059,"children":1060},{},[1061,1070,1075],{"type":48,"tag":1039,"props":1062,"children":1063},{},[1064],{"type":48,"tag":73,"props":1065,"children":1067},{"className":1066},[],[1068],{"type":54,"value":1069},"--query",{"type":48,"tag":1039,"props":1071,"children":1072},{},[1073],{"type":54,"value":1074},"Search query, matches scope names",{"type":48,"tag":1039,"props":1076,"children":1077},{},[1078],{"type":54,"value":1079},"None (lists all)",{"type":48,"tag":1012,"props":1081,"children":1082},{},[1083,1092,1097],{"type":48,"tag":1039,"props":1084,"children":1085},{},[1086],{"type":48,"tag":73,"props":1087,"children":1089},{"className":1088},[],[1090],{"type":54,"value":1091},"--version",{"type":48,"tag":1039,"props":1093,"children":1094},{},[1095],{"type":54,"value":1096},"Service version filter",{"type":48,"tag":1039,"props":1098,"children":1099},{},[1100],{"type":54,"value":1101},"None",{"type":48,"tag":1012,"props":1103,"children":1104},{},[1105,1114,1140],{"type":48,"tag":1039,"props":1106,"children":1107},{},[1108],{"type":48,"tag":73,"props":1109,"children":1111},{"className":1110},[],[1112],{"type":54,"value":1113},"--view",{"type":48,"tag":1039,"props":1115,"children":1116},{},[1117,1119,1125,1127,1133,1134],{"type":54,"value":1118},"Output view: ",{"type":48,"tag":73,"props":1120,"children":1122},{"className":1121},[],[1123],{"type":54,"value":1124},"full",{"type":54,"value":1126},", ",{"type":48,"tag":73,"props":1128,"children":1130},{"className":1129},[],[1131],{"type":54,"value":1132},"names",{"type":54,"value":1126},{"type":48,"tag":73,"props":1135,"children":1137},{"className":1136},[],[1138],{"type":54,"value":1139},"probe-locations",{"type":48,"tag":1039,"props":1141,"children":1142},{},[1143],{"type":48,"tag":73,"props":1144,"children":1146},{"className":1145},[],[1147],{"type":54,"value":1124},{"type":48,"tag":63,"props":1149,"children":1151},{"id":1150},"failure-handling",[1152],{"type":54,"value":1153},"Failure Handling",{"type":48,"tag":1004,"props":1155,"children":1156},{},[1157,1173],{"type":48,"tag":1008,"props":1158,"children":1159},{},[1160],{"type":48,"tag":1012,"props":1161,"children":1162},{},[1163,1168],{"type":48,"tag":1016,"props":1164,"children":1165},{},[1166],{"type":54,"value":1167},"Problem",{"type":48,"tag":1016,"props":1169,"children":1170},{},[1171],{"type":54,"value":1172},"Fix",{"type":48,"tag":1032,"props":1174,"children":1175},{},[1176,1189,1231,1244],{"type":48,"tag":1012,"props":1177,"children":1178},{},[1179,1184],{"type":48,"tag":1039,"props":1180,"children":1181},{},[1182],{"type":54,"value":1183},"No results",{"type":48,"tag":1039,"props":1185,"children":1186},{},[1187],{"type":54,"value":1188},"Verify the service is instrumented and reporting to Datadog",{"type":48,"tag":1012,"props":1190,"children":1191},{},[1192,1197],{"type":48,"tag":1039,"props":1193,"children":1194},{},[1195],{"type":54,"value":1196},"Auth error",{"type":48,"tag":1039,"props":1198,"children":1199},{},[1200,1202,1208,1210,1216,1218,1224,1225],{"type":54,"value":1201},"Run ",{"type":48,"tag":73,"props":1203,"children":1205},{"className":1204},[],[1206],{"type":54,"value":1207},"pup auth login",{"type":54,"value":1209}," or set ",{"type":48,"tag":73,"props":1211,"children":1213},{"className":1212},[],[1214],{"type":54,"value":1215},"DD_API_KEY",{"type":54,"value":1217}," + ",{"type":48,"tag":73,"props":1219,"children":1221},{"className":1220},[],[1222],{"type":54,"value":1223},"DD_APP_KEY",{"type":54,"value":1217},{"type":48,"tag":73,"props":1226,"children":1228},{"className":1227},[],[1229],{"type":54,"value":1230},"DD_SITE",{"type":48,"tag":1012,"props":1232,"children":1233},{},[1234,1239],{"type":48,"tag":1039,"props":1235,"children":1236},{},[1237],{"type":54,"value":1238},"Wrong service name",{"type":48,"tag":1039,"props":1240,"children":1241},{},[1242],{"type":54,"value":1243},"Check exact service name in Datadog APM service catalog",{"type":48,"tag":1012,"props":1245,"children":1246},{},[1247,1252],{"type":48,"tag":1039,"props":1248,"children":1249},{},[1250],{"type":54,"value":1251},"Stale symbols",{"type":48,"tag":1039,"props":1253,"children":1254},{},[1255,1257,1262],{"type":54,"value":1256},"Filter with ",{"type":48,"tag":73,"props":1258,"children":1260},{"className":1259},[],[1261],{"type":54,"value":1091},{"type":54,"value":1263}," to target the currently deployed version",{"type":48,"tag":63,"props":1265,"children":1267},{"id":1266},"references",[1268],{"type":54,"value":1269},"References",{"type":48,"tag":1271,"props":1272,"children":1273},"ul",{},[1274,1287],{"type":48,"tag":1275,"props":1276,"children":1277},"li",{},[1278],{"type":48,"tag":1279,"props":1280,"children":1284},"a",{"href":1281,"rel":1282},"https:\u002F\u002Fdocs.datadoghq.com\u002Fdynamic_instrumentation\u002F",[1283],"nofollow",[1285],{"type":54,"value":1286},"Live Debugger Docs",{"type":48,"tag":1275,"props":1288,"children":1289},{},[1290],{"type":48,"tag":1279,"props":1291,"children":1294},{"href":1292,"rel":1293},"https:\u002F\u002Fdocs.datadoghq.com\u002Fdynamic_instrumentation\u002Fsymdb\u002F",[1283],[1295],{"type":54,"value":1296},"Symbol Database",{"type":48,"tag":1298,"props":1299,"children":1300},"style",{},[1301],{"type":54,"value":1302},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1304,"total":810},[1305,1321,1331,1345,1356,1368,1382],{"slug":1306,"name":1306,"fn":1307,"description":1308,"org":1309,"tags":1310,"stars":21,"repoUrl":22,"updatedAt":1320},"dd-apm","analyze Datadog APM traces and services","APM - traces, services, dependencies, performance analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1311,1312,1315,1317],{"name":9,"slug":8,"type":14},{"name":1313,"slug":1314,"type":14},"Distributed Tracing","distributed-tracing",{"name":1316,"slug":29,"type":14},"Observability",{"name":1318,"slug":1319,"type":14},"Performance","performance","2026-07-15T05:38:04.953706",{"slug":1322,"name":1322,"fn":1323,"description":1324,"org":1325,"tags":1326,"stars":21,"repoUrl":22,"updatedAt":1330},"dd-debugger","debug production code with Datadog","Live Debugger - inspect runtime argument\u002Fvariable values in production by placing log probes on methods. Use when asked what values a function receives, what parameters look like at runtime, or to capture live data from running services without redeploying.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1327,1328,1329],{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":1316,"slug":29,"type":14},"2026-07-15T05:38:09.905216",{"slug":1332,"name":1332,"fn":1333,"description":1334,"org":1335,"tags":1336,"stars":21,"repoUrl":22,"updatedAt":1344},"dd-docs","search Datadog documentation","Datadog docs lookup using docs.datadoghq.com\u002Fllms.txt and linked Markdown pages.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1337,1338,1341],{"name":9,"slug":8,"type":14},{"name":1339,"slug":1340,"type":14},"Documentation","documentation",{"name":1342,"slug":1343,"type":14},"Reference","reference","2026-07-15T05:38:06.203917",{"slug":1346,"name":1346,"fn":1347,"description":1348,"org":1349,"tags":1350,"stars":21,"repoUrl":22,"updatedAt":1355},"dd-file-issue","file GitHub issues for Datadog","File GitHub issues to the right repository (pup CLI or plugin)",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1351,1352],{"name":9,"slug":8,"type":14},{"name":1353,"slug":1354,"type":14},"GitHub","github","2026-07-15T05:38:11.122217",{"slug":1357,"name":1357,"fn":1358,"description":1359,"org":1360,"tags":1361,"stars":21,"repoUrl":22,"updatedAt":1367},"dd-logs","manage Datadog logs and pipelines","Log management - search, pipelines, archives, and cost control.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1362,1363,1366],{"name":9,"slug":8,"type":14},{"name":1364,"slug":1365,"type":14},"Logs","logs",{"name":1316,"slug":29,"type":14},"2026-07-15T05:38:07.426277",{"slug":1369,"name":1369,"fn":1370,"description":1371,"org":1372,"tags":1373,"stars":21,"repoUrl":22,"updatedAt":1381},"dd-monitors","manage Datadog monitors and alerts","Monitor management - create, update, mute, and alerting best practices.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1374,1377,1378],{"name":1375,"slug":1376,"type":14},"Alerting","alerting",{"name":9,"slug":8,"type":14},{"name":1379,"slug":1380,"type":14},"Monitoring","monitoring","2026-07-12T07:55:05.804251",{"slug":1383,"name":1383,"fn":1384,"description":1385,"org":1386,"tags":1387,"stars":21,"repoUrl":22,"updatedAt":1392},"dd-pup","authenticate with Datadog CLI","Datadog CLI (pup). OAuth2 auth with token refresh.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1388,1389,1391],{"name":140,"slug":137,"type":14},{"name":1390,"slug":27,"type":14},"CLI",{"name":9,"slug":8,"type":14},"2026-07-12T07:55:07.105248",{"items":1394,"total":810},[1395,1402,1408,1414,1419,1425,1431,1437,1443,1458,1471],{"slug":1306,"name":1306,"fn":1307,"description":1308,"org":1396,"tags":1397,"stars":21,"repoUrl":22,"updatedAt":1320},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1398,1399,1400,1401],{"name":9,"slug":8,"type":14},{"name":1313,"slug":1314,"type":14},{"name":1316,"slug":29,"type":14},{"name":1318,"slug":1319,"type":14},{"slug":1322,"name":1322,"fn":1323,"description":1324,"org":1403,"tags":1404,"stars":21,"repoUrl":22,"updatedAt":1330},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1405,1406,1407],{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":1316,"slug":29,"type":14},{"slug":1332,"name":1332,"fn":1333,"description":1334,"org":1409,"tags":1410,"stars":21,"repoUrl":22,"updatedAt":1344},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1411,1412,1413],{"name":9,"slug":8,"type":14},{"name":1339,"slug":1340,"type":14},{"name":1342,"slug":1343,"type":14},{"slug":1346,"name":1346,"fn":1347,"description":1348,"org":1415,"tags":1416,"stars":21,"repoUrl":22,"updatedAt":1355},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1417,1418],{"name":9,"slug":8,"type":14},{"name":1353,"slug":1354,"type":14},{"slug":1357,"name":1357,"fn":1358,"description":1359,"org":1420,"tags":1421,"stars":21,"repoUrl":22,"updatedAt":1367},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1422,1423,1424],{"name":9,"slug":8,"type":14},{"name":1364,"slug":1365,"type":14},{"name":1316,"slug":29,"type":14},{"slug":1369,"name":1369,"fn":1370,"description":1371,"org":1426,"tags":1427,"stars":21,"repoUrl":22,"updatedAt":1381},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1428,1429,1430],{"name":1375,"slug":1376,"type":14},{"name":9,"slug":8,"type":14},{"name":1379,"slug":1380,"type":14},{"slug":1383,"name":1383,"fn":1384,"description":1385,"org":1432,"tags":1433,"stars":21,"repoUrl":22,"updatedAt":1392},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1434,1435,1436],{"name":140,"slug":137,"type":14},{"name":1390,"slug":27,"type":14},{"name":9,"slug":8,"type":14},{"slug":4,"name":4,"fn":5,"description":6,"org":1438,"tags":1439,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1440,1441,1442],{"name":16,"slug":17,"type":14},{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"slug":1444,"name":1444,"fn":1445,"description":1446,"org":1447,"tags":1448,"stars":21,"repoUrl":22,"updatedAt":1457},"dd-triage-flaky-test","triage and resolve flaky tests","Load when investigating a specific flaky test. Gets history, failure pattern, and category, then recommends fix, quarantine, or escalate.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1449,1450,1451,1454],{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":1452,"slug":1453,"type":14},"QA","qa",{"name":1455,"slug":1456,"type":14},"Testing","testing","2026-07-12T07:55:10.506266",{"slug":1459,"name":1459,"fn":1460,"description":1461,"org":1462,"tags":1463,"stars":21,"repoUrl":22,"updatedAt":1470},"dd-unblock-pr","diagnose and unblock CI pipelines","Load when investigating a failing PR CI pipeline or checking PR health. Attributes each CI failure as flaky, infra, or regression, proposes a targeted action, and reports code coverage.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1464,1467,1468,1469],{"name":1465,"slug":1466,"type":14},"CI\u002FCD","ci-cd",{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":1353,"slug":1354,"type":14},"2026-07-15T05:38:12.359316",{"slug":78,"name":78,"fn":1472,"description":1473,"org":1474,"tags":1475,"stars":21,"repoUrl":22,"updatedAt":1482},"manage Datadog infrastructure via CLI","Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1476,1477,1478,1481],{"name":1390,"slug":27,"type":14},{"name":9,"slug":8,"type":14},{"name":1479,"slug":1480,"type":14},"Infrastructure","infrastructure",{"name":1379,"slug":1380,"type":14},"2026-07-15T05:38:13.593372"]