[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-datadog-labs-dd-audit":3,"mdc-53yhbu-key":39,"related-org-datadog-labs-dd-audit":1229,"related-repo-datadog-labs-dd-audit":1407},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":34,"sourceUrl":37,"mdContent":38},"dd-audit","investigate Datadog Audit Trails","Audit Trail investigations - who changed what, key compromise, cost spike root cause, compliance evidence (SOC 2\u002FPCI), and AI activity auditing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"datadog-labs","Datadog Labs","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fdatadog-labs.png",[12,16,19,22,25],{"name":13,"slug":14,"type":15},"Security","security","tag",{"name":17,"slug":18,"type":15},"Observability","observability",{"name":20,"slug":21,"type":15},"Compliance","compliance",{"name":23,"slug":24,"type":15},"Datadog","datadog",{"name":26,"slug":27,"type":15},"Audit","audit",145,"https:\u002F\u002Fgithub.com\u002Fdatadog-labs\u002Fagent-skills","2026-05-08T05:05:10.519943",null,19,[],{"repoUrl":29,"stars":28,"forks":32,"topics":35,"description":36},[],"Public repository for Datadog Agent Skills","https:\u002F\u002Fgithub.com\u002Fdatadog-labs\u002Fagent-skills\u002Ftree\u002FHEAD\u002Fdd-audit","---\nname: dd-audit\ndescription: Audit Trail investigations - who changed what, key compromise, cost spike root cause, compliance evidence (SOC 2\u002FPCI), and AI activity auditing.\nmetadata:\n  version: \"0.1.0\"\n  author: datadog-labs\n  repository: https:\u002F\u002Fgithub.com\u002Fdatadog-labs\u002Fagent-skills\n  tags: datadog,audit,audit-trail,security,compliance,dd-audit\n  alwaysApply: \"false\"\n---\n\n# Datadog Audit Trail\n\nInvestigate user activity, configuration changes, access patterns, and compliance evidence using `pup audit-logs`.\n\n## Sub-Skills\n\n| Sub-skill | Use when |\n|-----------|----------|\n| **security-investigation** | \"Who changed X?\", \"What did this user do?\", \"Show me deletions in the last 24h\" |\n| **key-compromise** | \"Was this API key compromised?\", \"What did key XYZ do?\", \"Investigate suspicious key activity\" |\n| **cost-spike-investigation** | \"Why did my bill go up?\", \"What caused this usage spike?\", \"Investigate LLM cost increase\" |\n| **compliance-report** | \"Generate SOC 2 evidence\", \"PCI audit log\", \"User provisioning report for auditor\" |\n| **ai-activity-audit** | \"What did the AI assistant do?\", \"Audit MCP tool calls\", \"AI governance report\" |\n\n## Prerequisites\n\n```bash\npup auth login   # OAuth2 (recommended)\n# or set DD_API_KEY + DD_APP_KEY with audit_logs_read scope\n```\n\n## Commands\n\n```bash\n# List recent events\npup audit-logs list --from 1h --limit 100\n\n# Search with a query\npup audit-logs search --query \"@action:deleted\" --from 24h\n\n# JSON output for piping to jq\npup audit-logs search --query \"@usr.email:alice@example.com\" --from 7d -o json | jq '.data[].attributes'\n```\n\n## Event Schema Quick Reference\n\n| Field | Description | Example values |\n|-------|-------------|----------------|\n| `@usr.email` | Actor email | `alice@example.com` |\n| `@evt.actor.type` | How action was taken | `USER`, `API_KEY`, `SUPPORT_USER` |\n| `@action` | Verb | `created`, `modified`, `deleted`, `accessed`, `login` |\n| `@evt.name` | Event category | `Dashboard`, `Monitor`, `Authentication`, `Access Management` |\n| `@asset.type` | Resource type | `dashboard`, `monitor`, `api_key`, `role`, `user` |\n| `@asset.id` | Resource identifier | `abc-123` |\n| `@metadata.api_key.id` | API key used (if applicable) | `key_abc123` |\n| `@metadata.app_key.id` | App key used (if applicable) | `app_abc123` |\n| `@network.client.ip` | Client IP address | `1.2.3.4` |\n| `@network.client.geoip.country.name` | Country | `United States` |\n| `@network.client.geoip.as.name` | ASN name | `Amazon.com` |\n| `@http.url_details.path` | API endpoint path | `\u002Fapi\u002Fv1\u002Fdashboard\u002Fxyz` |\n\n## Search Syntax\n\nSame Lucene-style syntax as Log Explorer:\n\n| Query | Meaning |\n|-------|---------|\n| `@evt.name:Dashboard` | Exact field match |\n| `@action:deleted` | Action filter |\n| `@usr.email:alice@example.com` | Specific user |\n| `@evt.name:Monitor AND @action:modified` | Compound |\n| `-@action:deleted` | Negation |\n| `@usr.email:*` | Field exists |\n| `@network.client.ip:1.2.3.4` | IP filter |\n\n## Retention\n\nDefault retention is **90 days**. If querying beyond 90 days, archive to S3\u002FGCS\u002FAzure Blob must be configured. Always check whether the requested time window falls within retention before running a query.\n\n## Troubleshooting\n\n| Problem | Cause | Fix |\n|---------|-------|-----|\n| 403 Forbidden | Missing `audit_logs_read` scope | Add scope to app key in Datadog UI |\n| Empty results | Time window outside retention | Check archive config; default max is 90 days |\n| Timeout | Query too broad | Narrow time window or add more filters |\n| No IP data | Internal action or pre-enrichment event | Not all events have geo data |\n\n## References\n\n- [Audit Trail API](https:\u002F\u002Fdocs.datadoghq.com\u002Fapi\u002Flatest\u002Faudit\u002F)\n- [Audit Trail documentation](https:\u002F\u002Fdocs.datadoghq.com\u002Faccount_management\u002Faudit_trail\u002F)\n- [Search syntax](https:\u002F\u002Fdocs.datadoghq.com\u002Flogs\u002Fexplorer\u002Fsearch_syntax\u002F)\n",{"data":40,"body":45},{"name":4,"description":6,"metadata":41},{"version":42,"author":8,"repository":29,"tags":43,"alwaysApply":44},"0.1.0","datadog,audit,audit-trail,security,compliance,dd-audit","false",{"type":46,"children":47},"root",[48,57,72,79,188,194,243,249,462,468,899,905,910,1049,1055,1067,1073,1180,1186,1223],{"type":49,"tag":50,"props":51,"children":53},"element","h1",{"id":52},"datadog-audit-trail",[54],{"type":55,"value":56},"text","Datadog Audit Trail",{"type":49,"tag":58,"props":59,"children":60},"p",{},[61,63,70],{"type":55,"value":62},"Investigate user activity, configuration changes, access patterns, and compliance evidence using ",{"type":49,"tag":64,"props":65,"children":67},"code",{"className":66},[],[68],{"type":55,"value":69},"pup audit-logs",{"type":55,"value":71},".",{"type":49,"tag":73,"props":74,"children":76},"h2",{"id":75},"sub-skills",[77],{"type":55,"value":78},"Sub-Skills",{"type":49,"tag":80,"props":81,"children":82},"table",{},[83,102],{"type":49,"tag":84,"props":85,"children":86},"thead",{},[87],{"type":49,"tag":88,"props":89,"children":90},"tr",{},[91,97],{"type":49,"tag":92,"props":93,"children":94},"th",{},[95],{"type":55,"value":96},"Sub-skill",{"type":49,"tag":92,"props":98,"children":99},{},[100],{"type":55,"value":101},"Use when",{"type":49,"tag":103,"props":104,"children":105},"tbody",{},[106,124,140,156,172],{"type":49,"tag":88,"props":107,"children":108},{},[109,119],{"type":49,"tag":110,"props":111,"children":112},"td",{},[113],{"type":49,"tag":114,"props":115,"children":116},"strong",{},[117],{"type":55,"value":118},"security-investigation",{"type":49,"tag":110,"props":120,"children":121},{},[122],{"type":55,"value":123},"\"Who changed X?\", \"What did this user do?\", \"Show me deletions in the last 24h\"",{"type":49,"tag":88,"props":125,"children":126},{},[127,135],{"type":49,"tag":110,"props":128,"children":129},{},[130],{"type":49,"tag":114,"props":131,"children":132},{},[133],{"type":55,"value":134},"key-compromise",{"type":49,"tag":110,"props":136,"children":137},{},[138],{"type":55,"value":139},"\"Was this API key compromised?\", \"What did key XYZ do?\", \"Investigate suspicious key activity\"",{"type":49,"tag":88,"props":141,"children":142},{},[143,151],{"type":49,"tag":110,"props":144,"children":145},{},[146],{"type":49,"tag":114,"props":147,"children":148},{},[149],{"type":55,"value":150},"cost-spike-investigation",{"type":49,"tag":110,"props":152,"children":153},{},[154],{"type":55,"value":155},"\"Why did my bill go up?\", \"What caused this usage spike?\", \"Investigate LLM cost increase\"",{"type":49,"tag":88,"props":157,"children":158},{},[159,167],{"type":49,"tag":110,"props":160,"children":161},{},[162],{"type":49,"tag":114,"props":163,"children":164},{},[165],{"type":55,"value":166},"compliance-report",{"type":49,"tag":110,"props":168,"children":169},{},[170],{"type":55,"value":171},"\"Generate SOC 2 evidence\", \"PCI audit log\", \"User provisioning report for auditor\"",{"type":49,"tag":88,"props":173,"children":174},{},[175,183],{"type":49,"tag":110,"props":176,"children":177},{},[178],{"type":49,"tag":114,"props":179,"children":180},{},[181],{"type":55,"value":182},"ai-activity-audit",{"type":49,"tag":110,"props":184,"children":185},{},[186],{"type":55,"value":187},"\"What did the AI assistant do?\", \"Audit MCP tool calls\", \"AI governance report\"",{"type":49,"tag":73,"props":189,"children":191},{"id":190},"prerequisites",[192],{"type":55,"value":193},"Prerequisites",{"type":49,"tag":195,"props":196,"children":201},"pre",{"className":197,"code":198,"language":199,"meta":200,"style":200},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","pup auth login   # OAuth2 (recommended)\n# or set DD_API_KEY + DD_APP_KEY with audit_logs_read scope\n","bash","",[202],{"type":49,"tag":64,"props":203,"children":204},{"__ignoreMap":200},[205,234],{"type":49,"tag":206,"props":207,"children":210},"span",{"class":208,"line":209},"line",1,[211,217,223,228],{"type":49,"tag":206,"props":212,"children":214},{"style":213},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[215],{"type":55,"value":216},"pup",{"type":49,"tag":206,"props":218,"children":220},{"style":219},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[221],{"type":55,"value":222}," auth",{"type":49,"tag":206,"props":224,"children":225},{"style":219},[226],{"type":55,"value":227}," login",{"type":49,"tag":206,"props":229,"children":231},{"style":230},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[232],{"type":55,"value":233},"   # OAuth2 (recommended)\n",{"type":49,"tag":206,"props":235,"children":237},{"class":208,"line":236},2,[238],{"type":49,"tag":206,"props":239,"children":240},{"style":230},[241],{"type":55,"value":242},"# or set DD_API_KEY + DD_APP_KEY with audit_logs_read scope\n",{"type":49,"tag":73,"props":244,"children":246},{"id":245},"commands",[247],{"type":55,"value":248},"Commands",{"type":49,"tag":195,"props":250,"children":252},{"className":197,"code":251,"language":199,"meta":200,"style":200},"# List recent events\npup audit-logs list --from 1h --limit 100\n\n# Search with a query\npup audit-logs search --query \"@action:deleted\" --from 24h\n\n# JSON output for piping to jq\npup audit-logs search --query \"@usr.email:alice@example.com\" --from 7d -o json | jq '.data[].attributes'\n",[253],{"type":49,"tag":64,"props":254,"children":255},{"__ignoreMap":200},[256,264,302,312,321,368,376,385],{"type":49,"tag":206,"props":257,"children":258},{"class":208,"line":209},[259],{"type":49,"tag":206,"props":260,"children":261},{"style":230},[262],{"type":55,"value":263},"# List recent events\n",{"type":49,"tag":206,"props":265,"children":266},{"class":208,"line":236},[267,271,276,281,286,291,296],{"type":49,"tag":206,"props":268,"children":269},{"style":213},[270],{"type":55,"value":216},{"type":49,"tag":206,"props":272,"children":273},{"style":219},[274],{"type":55,"value":275}," audit-logs",{"type":49,"tag":206,"props":277,"children":278},{"style":219},[279],{"type":55,"value":280}," list",{"type":49,"tag":206,"props":282,"children":283},{"style":219},[284],{"type":55,"value":285}," --from",{"type":49,"tag":206,"props":287,"children":288},{"style":219},[289],{"type":55,"value":290}," 1h",{"type":49,"tag":206,"props":292,"children":293},{"style":219},[294],{"type":55,"value":295}," --limit",{"type":49,"tag":206,"props":297,"children":299},{"style":298},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[300],{"type":55,"value":301}," 100\n",{"type":49,"tag":206,"props":303,"children":305},{"class":208,"line":304},3,[306],{"type":49,"tag":206,"props":307,"children":309},{"emptyLinePlaceholder":308},true,[310],{"type":55,"value":311},"\n",{"type":49,"tag":206,"props":313,"children":315},{"class":208,"line":314},4,[316],{"type":49,"tag":206,"props":317,"children":318},{"style":230},[319],{"type":55,"value":320},"# Search with a query\n",{"type":49,"tag":206,"props":322,"children":324},{"class":208,"line":323},5,[325,329,333,338,343,349,354,359,363],{"type":49,"tag":206,"props":326,"children":327},{"style":213},[328],{"type":55,"value":216},{"type":49,"tag":206,"props":330,"children":331},{"style":219},[332],{"type":55,"value":275},{"type":49,"tag":206,"props":334,"children":335},{"style":219},[336],{"type":55,"value":337}," search",{"type":49,"tag":206,"props":339,"children":340},{"style":219},[341],{"type":55,"value":342}," --query",{"type":49,"tag":206,"props":344,"children":346},{"style":345},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[347],{"type":55,"value":348}," \"",{"type":49,"tag":206,"props":350,"children":351},{"style":219},[352],{"type":55,"value":353},"@action:deleted",{"type":49,"tag":206,"props":355,"children":356},{"style":345},[357],{"type":55,"value":358},"\"",{"type":49,"tag":206,"props":360,"children":361},{"style":219},[362],{"type":55,"value":285},{"type":49,"tag":206,"props":364,"children":365},{"style":219},[366],{"type":55,"value":367}," 24h\n",{"type":49,"tag":206,"props":369,"children":371},{"class":208,"line":370},6,[372],{"type":49,"tag":206,"props":373,"children":374},{"emptyLinePlaceholder":308},[375],{"type":55,"value":311},{"type":49,"tag":206,"props":377,"children":379},{"class":208,"line":378},7,[380],{"type":49,"tag":206,"props":381,"children":382},{"style":230},[383],{"type":55,"value":384},"# JSON output for piping to jq\n",{"type":49,"tag":206,"props":386,"children":388},{"class":208,"line":387},8,[389,393,397,401,405,409,414,418,422,427,432,437,442,447,452,457],{"type":49,"tag":206,"props":390,"children":391},{"style":213},[392],{"type":55,"value":216},{"type":49,"tag":206,"props":394,"children":395},{"style":219},[396],{"type":55,"value":275},{"type":49,"tag":206,"props":398,"children":399},{"style":219},[400],{"type":55,"value":337},{"type":49,"tag":206,"props":402,"children":403},{"style":219},[404],{"type":55,"value":342},{"type":49,"tag":206,"props":406,"children":407},{"style":345},[408],{"type":55,"value":348},{"type":49,"tag":206,"props":410,"children":411},{"style":219},[412],{"type":55,"value":413},"@usr.email:alice@example.com",{"type":49,"tag":206,"props":415,"children":416},{"style":345},[417],{"type":55,"value":358},{"type":49,"tag":206,"props":419,"children":420},{"style":219},[421],{"type":55,"value":285},{"type":49,"tag":206,"props":423,"children":424},{"style":219},[425],{"type":55,"value":426}," 7d",{"type":49,"tag":206,"props":428,"children":429},{"style":219},[430],{"type":55,"value":431}," -o",{"type":49,"tag":206,"props":433,"children":434},{"style":219},[435],{"type":55,"value":436}," json",{"type":49,"tag":206,"props":438,"children":439},{"style":345},[440],{"type":55,"value":441}," |",{"type":49,"tag":206,"props":443,"children":444},{"style":213},[445],{"type":55,"value":446}," jq",{"type":49,"tag":206,"props":448,"children":449},{"style":345},[450],{"type":55,"value":451}," '",{"type":49,"tag":206,"props":453,"children":454},{"style":219},[455],{"type":55,"value":456},".data[].attributes",{"type":49,"tag":206,"props":458,"children":459},{"style":345},[460],{"type":55,"value":461},"'\n",{"type":49,"tag":73,"props":463,"children":465},{"id":464},"event-schema-quick-reference",[466],{"type":55,"value":467},"Event Schema Quick Reference",{"type":49,"tag":80,"props":469,"children":470},{},[471,492],{"type":49,"tag":84,"props":472,"children":473},{},[474],{"type":49,"tag":88,"props":475,"children":476},{},[477,482,487],{"type":49,"tag":92,"props":478,"children":479},{},[480],{"type":55,"value":481},"Field",{"type":49,"tag":92,"props":483,"children":484},{},[485],{"type":55,"value":486},"Description",{"type":49,"tag":92,"props":488,"children":489},{},[490],{"type":55,"value":491},"Example values",{"type":49,"tag":103,"props":493,"children":494},{},[495,521,562,616,663,717,743,769,795,821,847,873],{"type":49,"tag":88,"props":496,"children":497},{},[498,507,512],{"type":49,"tag":110,"props":499,"children":500},{},[501],{"type":49,"tag":64,"props":502,"children":504},{"className":503},[],[505],{"type":55,"value":506},"@usr.email",{"type":49,"tag":110,"props":508,"children":509},{},[510],{"type":55,"value":511},"Actor email",{"type":49,"tag":110,"props":513,"children":514},{},[515],{"type":49,"tag":64,"props":516,"children":518},{"className":517},[],[519],{"type":55,"value":520},"alice@example.com",{"type":49,"tag":88,"props":522,"children":523},{},[524,533,538],{"type":49,"tag":110,"props":525,"children":526},{},[527],{"type":49,"tag":64,"props":528,"children":530},{"className":529},[],[531],{"type":55,"value":532},"@evt.actor.type",{"type":49,"tag":110,"props":534,"children":535},{},[536],{"type":55,"value":537},"How action was taken",{"type":49,"tag":110,"props":539,"children":540},{},[541,547,549,555,556],{"type":49,"tag":64,"props":542,"children":544},{"className":543},[],[545],{"type":55,"value":546},"USER",{"type":55,"value":548},", ",{"type":49,"tag":64,"props":550,"children":552},{"className":551},[],[553],{"type":55,"value":554},"API_KEY",{"type":55,"value":548},{"type":49,"tag":64,"props":557,"children":559},{"className":558},[],[560],{"type":55,"value":561},"SUPPORT_USER",{"type":49,"tag":88,"props":563,"children":564},{},[565,574,579],{"type":49,"tag":110,"props":566,"children":567},{},[568],{"type":49,"tag":64,"props":569,"children":571},{"className":570},[],[572],{"type":55,"value":573},"@action",{"type":49,"tag":110,"props":575,"children":576},{},[577],{"type":55,"value":578},"Verb",{"type":49,"tag":110,"props":580,"children":581},{},[582,588,589,595,596,602,603,609,610],{"type":49,"tag":64,"props":583,"children":585},{"className":584},[],[586],{"type":55,"value":587},"created",{"type":55,"value":548},{"type":49,"tag":64,"props":590,"children":592},{"className":591},[],[593],{"type":55,"value":594},"modified",{"type":55,"value":548},{"type":49,"tag":64,"props":597,"children":599},{"className":598},[],[600],{"type":55,"value":601},"deleted",{"type":55,"value":548},{"type":49,"tag":64,"props":604,"children":606},{"className":605},[],[607],{"type":55,"value":608},"accessed",{"type":55,"value":548},{"type":49,"tag":64,"props":611,"children":613},{"className":612},[],[614],{"type":55,"value":615},"login",{"type":49,"tag":88,"props":617,"children":618},{},[619,628,633],{"type":49,"tag":110,"props":620,"children":621},{},[622],{"type":49,"tag":64,"props":623,"children":625},{"className":624},[],[626],{"type":55,"value":627},"@evt.name",{"type":49,"tag":110,"props":629,"children":630},{},[631],{"type":55,"value":632},"Event category",{"type":49,"tag":110,"props":634,"children":635},{},[636,642,643,649,650,656,657],{"type":49,"tag":64,"props":637,"children":639},{"className":638},[],[640],{"type":55,"value":641},"Dashboard",{"type":55,"value":548},{"type":49,"tag":64,"props":644,"children":646},{"className":645},[],[647],{"type":55,"value":648},"Monitor",{"type":55,"value":548},{"type":49,"tag":64,"props":651,"children":653},{"className":652},[],[654],{"type":55,"value":655},"Authentication",{"type":55,"value":548},{"type":49,"tag":64,"props":658,"children":660},{"className":659},[],[661],{"type":55,"value":662},"Access Management",{"type":49,"tag":88,"props":664,"children":665},{},[666,675,680],{"type":49,"tag":110,"props":667,"children":668},{},[669],{"type":49,"tag":64,"props":670,"children":672},{"className":671},[],[673],{"type":55,"value":674},"@asset.type",{"type":49,"tag":110,"props":676,"children":677},{},[678],{"type":55,"value":679},"Resource type",{"type":49,"tag":110,"props":681,"children":682},{},[683,689,690,696,697,703,704,710,711],{"type":49,"tag":64,"props":684,"children":686},{"className":685},[],[687],{"type":55,"value":688},"dashboard",{"type":55,"value":548},{"type":49,"tag":64,"props":691,"children":693},{"className":692},[],[694],{"type":55,"value":695},"monitor",{"type":55,"value":548},{"type":49,"tag":64,"props":698,"children":700},{"className":699},[],[701],{"type":55,"value":702},"api_key",{"type":55,"value":548},{"type":49,"tag":64,"props":705,"children":707},{"className":706},[],[708],{"type":55,"value":709},"role",{"type":55,"value":548},{"type":49,"tag":64,"props":712,"children":714},{"className":713},[],[715],{"type":55,"value":716},"user",{"type":49,"tag":88,"props":718,"children":719},{},[720,729,734],{"type":49,"tag":110,"props":721,"children":722},{},[723],{"type":49,"tag":64,"props":724,"children":726},{"className":725},[],[727],{"type":55,"value":728},"@asset.id",{"type":49,"tag":110,"props":730,"children":731},{},[732],{"type":55,"value":733},"Resource identifier",{"type":49,"tag":110,"props":735,"children":736},{},[737],{"type":49,"tag":64,"props":738,"children":740},{"className":739},[],[741],{"type":55,"value":742},"abc-123",{"type":49,"tag":88,"props":744,"children":745},{},[746,755,760],{"type":49,"tag":110,"props":747,"children":748},{},[749],{"type":49,"tag":64,"props":750,"children":752},{"className":751},[],[753],{"type":55,"value":754},"@metadata.api_key.id",{"type":49,"tag":110,"props":756,"children":757},{},[758],{"type":55,"value":759},"API key used (if applicable)",{"type":49,"tag":110,"props":761,"children":762},{},[763],{"type":49,"tag":64,"props":764,"children":766},{"className":765},[],[767],{"type":55,"value":768},"key_abc123",{"type":49,"tag":88,"props":770,"children":771},{},[772,781,786],{"type":49,"tag":110,"props":773,"children":774},{},[775],{"type":49,"tag":64,"props":776,"children":778},{"className":777},[],[779],{"type":55,"value":780},"@metadata.app_key.id",{"type":49,"tag":110,"props":782,"children":783},{},[784],{"type":55,"value":785},"App key used (if applicable)",{"type":49,"tag":110,"props":787,"children":788},{},[789],{"type":49,"tag":64,"props":790,"children":792},{"className":791},[],[793],{"type":55,"value":794},"app_abc123",{"type":49,"tag":88,"props":796,"children":797},{},[798,807,812],{"type":49,"tag":110,"props":799,"children":800},{},[801],{"type":49,"tag":64,"props":802,"children":804},{"className":803},[],[805],{"type":55,"value":806},"@network.client.ip",{"type":49,"tag":110,"props":808,"children":809},{},[810],{"type":55,"value":811},"Client IP address",{"type":49,"tag":110,"props":813,"children":814},{},[815],{"type":49,"tag":64,"props":816,"children":818},{"className":817},[],[819],{"type":55,"value":820},"1.2.3.4",{"type":49,"tag":88,"props":822,"children":823},{},[824,833,838],{"type":49,"tag":110,"props":825,"children":826},{},[827],{"type":49,"tag":64,"props":828,"children":830},{"className":829},[],[831],{"type":55,"value":832},"@network.client.geoip.country.name",{"type":49,"tag":110,"props":834,"children":835},{},[836],{"type":55,"value":837},"Country",{"type":49,"tag":110,"props":839,"children":840},{},[841],{"type":49,"tag":64,"props":842,"children":844},{"className":843},[],[845],{"type":55,"value":846},"United States",{"type":49,"tag":88,"props":848,"children":849},{},[850,859,864],{"type":49,"tag":110,"props":851,"children":852},{},[853],{"type":49,"tag":64,"props":854,"children":856},{"className":855},[],[857],{"type":55,"value":858},"@network.client.geoip.as.name",{"type":49,"tag":110,"props":860,"children":861},{},[862],{"type":55,"value":863},"ASN name",{"type":49,"tag":110,"props":865,"children":866},{},[867],{"type":49,"tag":64,"props":868,"children":870},{"className":869},[],[871],{"type":55,"value":872},"Amazon.com",{"type":49,"tag":88,"props":874,"children":875},{},[876,885,890],{"type":49,"tag":110,"props":877,"children":878},{},[879],{"type":49,"tag":64,"props":880,"children":882},{"className":881},[],[883],{"type":55,"value":884},"@http.url_details.path",{"type":49,"tag":110,"props":886,"children":887},{},[888],{"type":55,"value":889},"API endpoint path",{"type":49,"tag":110,"props":891,"children":892},{},[893],{"type":49,"tag":64,"props":894,"children":896},{"className":895},[],[897],{"type":55,"value":898},"\u002Fapi\u002Fv1\u002Fdashboard\u002Fxyz",{"type":49,"tag":73,"props":900,"children":902},{"id":901},"search-syntax",[903],{"type":55,"value":904},"Search Syntax",{"type":49,"tag":58,"props":906,"children":907},{},[908],{"type":55,"value":909},"Same Lucene-style syntax as Log Explorer:",{"type":49,"tag":80,"props":911,"children":912},{},[913,929],{"type":49,"tag":84,"props":914,"children":915},{},[916],{"type":49,"tag":88,"props":917,"children":918},{},[919,924],{"type":49,"tag":92,"props":920,"children":921},{},[922],{"type":55,"value":923},"Query",{"type":49,"tag":92,"props":925,"children":926},{},[927],{"type":55,"value":928},"Meaning",{"type":49,"tag":103,"props":930,"children":931},{},[932,949,965,981,998,1015,1032],{"type":49,"tag":88,"props":933,"children":934},{},[935,944],{"type":49,"tag":110,"props":936,"children":937},{},[938],{"type":49,"tag":64,"props":939,"children":941},{"className":940},[],[942],{"type":55,"value":943},"@evt.name:Dashboard",{"type":49,"tag":110,"props":945,"children":946},{},[947],{"type":55,"value":948},"Exact field match",{"type":49,"tag":88,"props":950,"children":951},{},[952,960],{"type":49,"tag":110,"props":953,"children":954},{},[955],{"type":49,"tag":64,"props":956,"children":958},{"className":957},[],[959],{"type":55,"value":353},{"type":49,"tag":110,"props":961,"children":962},{},[963],{"type":55,"value":964},"Action filter",{"type":49,"tag":88,"props":966,"children":967},{},[968,976],{"type":49,"tag":110,"props":969,"children":970},{},[971],{"type":49,"tag":64,"props":972,"children":974},{"className":973},[],[975],{"type":55,"value":413},{"type":49,"tag":110,"props":977,"children":978},{},[979],{"type":55,"value":980},"Specific user",{"type":49,"tag":88,"props":982,"children":983},{},[984,993],{"type":49,"tag":110,"props":985,"children":986},{},[987],{"type":49,"tag":64,"props":988,"children":990},{"className":989},[],[991],{"type":55,"value":992},"@evt.name:Monitor AND @action:modified",{"type":49,"tag":110,"props":994,"children":995},{},[996],{"type":55,"value":997},"Compound",{"type":49,"tag":88,"props":999,"children":1000},{},[1001,1010],{"type":49,"tag":110,"props":1002,"children":1003},{},[1004],{"type":49,"tag":64,"props":1005,"children":1007},{"className":1006},[],[1008],{"type":55,"value":1009},"-@action:deleted",{"type":49,"tag":110,"props":1011,"children":1012},{},[1013],{"type":55,"value":1014},"Negation",{"type":49,"tag":88,"props":1016,"children":1017},{},[1018,1027],{"type":49,"tag":110,"props":1019,"children":1020},{},[1021],{"type":49,"tag":64,"props":1022,"children":1024},{"className":1023},[],[1025],{"type":55,"value":1026},"@usr.email:*",{"type":49,"tag":110,"props":1028,"children":1029},{},[1030],{"type":55,"value":1031},"Field exists",{"type":49,"tag":88,"props":1033,"children":1034},{},[1035,1044],{"type":49,"tag":110,"props":1036,"children":1037},{},[1038],{"type":49,"tag":64,"props":1039,"children":1041},{"className":1040},[],[1042],{"type":55,"value":1043},"@network.client.ip:1.2.3.4",{"type":49,"tag":110,"props":1045,"children":1046},{},[1047],{"type":55,"value":1048},"IP filter",{"type":49,"tag":73,"props":1050,"children":1052},{"id":1051},"retention",[1053],{"type":55,"value":1054},"Retention",{"type":49,"tag":58,"props":1056,"children":1057},{},[1058,1060,1065],{"type":55,"value":1059},"Default retention is ",{"type":49,"tag":114,"props":1061,"children":1062},{},[1063],{"type":55,"value":1064},"90 days",{"type":55,"value":1066},". If querying beyond 90 days, archive to S3\u002FGCS\u002FAzure Blob must be configured. Always check whether the requested time window falls within retention before running a query.",{"type":49,"tag":73,"props":1068,"children":1070},{"id":1069},"troubleshooting",[1071],{"type":55,"value":1072},"Troubleshooting",{"type":49,"tag":80,"props":1074,"children":1075},{},[1076,1097],{"type":49,"tag":84,"props":1077,"children":1078},{},[1079],{"type":49,"tag":88,"props":1080,"children":1081},{},[1082,1087,1092],{"type":49,"tag":92,"props":1083,"children":1084},{},[1085],{"type":55,"value":1086},"Problem",{"type":49,"tag":92,"props":1088,"children":1089},{},[1090],{"type":55,"value":1091},"Cause",{"type":49,"tag":92,"props":1093,"children":1094},{},[1095],{"type":55,"value":1096},"Fix",{"type":49,"tag":103,"props":1098,"children":1099},{},[1100,1126,1144,1162],{"type":49,"tag":88,"props":1101,"children":1102},{},[1103,1108,1121],{"type":49,"tag":110,"props":1104,"children":1105},{},[1106],{"type":55,"value":1107},"403 Forbidden",{"type":49,"tag":110,"props":1109,"children":1110},{},[1111,1113,1119],{"type":55,"value":1112},"Missing ",{"type":49,"tag":64,"props":1114,"children":1116},{"className":1115},[],[1117],{"type":55,"value":1118},"audit_logs_read",{"type":55,"value":1120}," scope",{"type":49,"tag":110,"props":1122,"children":1123},{},[1124],{"type":55,"value":1125},"Add scope to app key in Datadog UI",{"type":49,"tag":88,"props":1127,"children":1128},{},[1129,1134,1139],{"type":49,"tag":110,"props":1130,"children":1131},{},[1132],{"type":55,"value":1133},"Empty results",{"type":49,"tag":110,"props":1135,"children":1136},{},[1137],{"type":55,"value":1138},"Time window outside retention",{"type":49,"tag":110,"props":1140,"children":1141},{},[1142],{"type":55,"value":1143},"Check archive config; default max is 90 days",{"type":49,"tag":88,"props":1145,"children":1146},{},[1147,1152,1157],{"type":49,"tag":110,"props":1148,"children":1149},{},[1150],{"type":55,"value":1151},"Timeout",{"type":49,"tag":110,"props":1153,"children":1154},{},[1155],{"type":55,"value":1156},"Query too broad",{"type":49,"tag":110,"props":1158,"children":1159},{},[1160],{"type":55,"value":1161},"Narrow time window or add more filters",{"type":49,"tag":88,"props":1163,"children":1164},{},[1165,1170,1175],{"type":49,"tag":110,"props":1166,"children":1167},{},[1168],{"type":55,"value":1169},"No IP data",{"type":49,"tag":110,"props":1171,"children":1172},{},[1173],{"type":55,"value":1174},"Internal action or pre-enrichment event",{"type":49,"tag":110,"props":1176,"children":1177},{},[1178],{"type":55,"value":1179},"Not all events have geo data",{"type":49,"tag":73,"props":1181,"children":1183},{"id":1182},"references",[1184],{"type":55,"value":1185},"References",{"type":49,"tag":1187,"props":1188,"children":1189},"ul",{},[1190,1203,1213],{"type":49,"tag":1191,"props":1192,"children":1193},"li",{},[1194],{"type":49,"tag":1195,"props":1196,"children":1200},"a",{"href":1197,"rel":1198},"https:\u002F\u002Fdocs.datadoghq.com\u002Fapi\u002Flatest\u002Faudit\u002F",[1199],"nofollow",[1201],{"type":55,"value":1202},"Audit Trail API",{"type":49,"tag":1191,"props":1204,"children":1205},{},[1206],{"type":49,"tag":1195,"props":1207,"children":1210},{"href":1208,"rel":1209},"https:\u002F\u002Fdocs.datadoghq.com\u002Faccount_management\u002Faudit_trail\u002F",[1199],[1211],{"type":55,"value":1212},"Audit Trail documentation",{"type":49,"tag":1191,"props":1214,"children":1215},{},[1216],{"type":49,"tag":1195,"props":1217,"children":1220},{"href":1218,"rel":1219},"https:\u002F\u002Fdocs.datadoghq.com\u002Flogs\u002Fexplorer\u002Fsearch_syntax\u002F",[1199],[1221],{"type":55,"value":1222},"Search syntax",{"type":49,"tag":1224,"props":1225,"children":1226},"style",{},[1227],{"type":55,"value":1228},"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":1230,"total":1406},[1231,1246,1264,1275,1291,1305,1321,1335,1347,1359,1371,1391],{"slug":1232,"name":1232,"fn":1233,"description":1234,"org":1235,"tags":1236,"stars":28,"repoUrl":29,"updatedAt":1245},"agent-install","install Datadog Agent on Kubernetes","Install the Datadog Agent on Kubernetes using the Datadog Operator — required before enabling Single Step Instrumentation (SSI), which automatically instruments applications for APM without code changes. Only use if no Datadog Agent is deployed on the cluster yet.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1237,1238,1241,1244],{"name":23,"slug":24,"type":15},{"name":1239,"slug":1240,"type":15},"Deployment","deployment",{"name":1242,"slug":1243,"type":15},"Kubernetes","kubernetes",{"name":17,"slug":18,"type":15},"2026-04-15T04:57:27.489805",{"slug":1247,"name":1247,"fn":1248,"description":1249,"org":1250,"tags":1251,"stars":28,"repoUrl":29,"updatedAt":1263},"agent-observability-auto-experiment","run iterative code improvements using Datadog data","Run an iterative code-improvement hill-climb against real Datadog LLM-Obs data, locally, with Claude Code as the agent. Establishes a baseline eval, makes one focused change, re-scores with the same harness, keeps the change if it improves the score in the goal's direction (labeling within-noise gains tentative), and repeats. Use when the user says \"run an auto experiment\", \"hill-climb this code\", \"iteratively improve X and measure the delta\", \"optimize this prompt\u002Ffile against my traces\", \"auto-optimize against LLM-Obs\", or wants the local equivalent of the auto_experiments worker. Works from a local dataset file, an ml_app, a dataset_id, or a list of trace_ids.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1252,1253,1256,1259,1262],{"name":23,"slug":24,"type":15},{"name":1254,"slug":1255,"type":15},"Debugging","debugging",{"name":1257,"slug":1258,"type":15},"Evals","evals",{"name":1260,"slug":1261,"type":15},"LLM","llm",{"name":17,"slug":18,"type":15},"2026-07-31T05:52:13.711906",{"slug":1265,"name":1265,"fn":1266,"description":1267,"org":1268,"tags":1269,"stars":28,"repoUrl":29,"updatedAt":1274},"agent-observability-eval-bootstrap","bootstrap evaluators from production traces","Bootstrap evaluators from production traces — by default propose online LLM-judge evaluators and, after you confirm, create them in Datadog as disabled drafts (never auto-enabled); on request emit Python SDK code or a framework-agnostic JSON spec instead. Use when user says \"bootstrap evaluators\", \"generate evaluators\", \"create evals from traces\", \"eval bootstrap\", \"write evaluators\", \"build eval suite\", \"publish evaluators\", or wants to generate BaseEvaluator\u002FLLMJudge code or online judge configs from production LLM trace data. Works with ml_app and optional RCA report or failure hypothesis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1270,1271,1272,1273],{"name":23,"slug":24,"type":15},{"name":1257,"slug":1258,"type":15},{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},"2026-06-19T09:04:19.259734",{"slug":1276,"name":1276,"fn":1277,"description":1278,"org":1279,"tags":1280,"stars":28,"repoUrl":29,"updatedAt":1290},"agent-observability-eval-pipeline","run agent observability and evaluation pipelines","End-to-end Agent Observability pipeline for an instrumented ml_app — classify production traces, root-cause failures, bootstrap evaluators, then (optionally) sample + publish a dataset, generate + run an experiment, and analyze results. Six narrated phases with a standardized banner and a \"continue\" checkpoint between each. Pure orchestration over the agent-observability sub-skills (`agent-observability-session-classify`, `agent-observability-trace-rca`, `agent-observability-eval-bootstrap`, `agent-observability-experiment-py-bootstrap`, `agent-observability-experiment-analyzer`). Use when user says \"run the eval pipeline\", \"go from traces to evals\", \"bootstrap evals end to end\", \"classify then RCA then bootstrap\", \"build an eval set from scratch\", \"onboard me to datasets and experiments\", \"walk me through experiments\", \"I have an ml_app, now what\", \"Agent Observability onboarding\", \"guided experiment setup\", \"from traces to experiments\", or wants a deterministic, narrated tour from production data through evaluators, datasets, and experiments. Stop early with `--stop-after \u003Cphase>` to short-circuit at evaluators or dataset, or resume mid-flow with `--start-at \u003Cphase>`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1281,1284,1287,1288,1289],{"name":1282,"slug":1283,"type":15},"Agents","agents",{"name":1285,"slug":1286,"type":15},"Data Pipeline","data-pipeline",{"name":23,"slug":24,"type":15},{"name":1257,"slug":1258,"type":15},{"name":17,"slug":18,"type":15},"2026-06-19T09:04:17.231423",{"slug":1292,"name":1292,"fn":1293,"description":1294,"org":1295,"tags":1296,"stars":28,"repoUrl":29,"updatedAt":1304},"agent-observability-experiment-analyzer","analyze LLM experiment results","Analyze LLM experiment results. Handles single or comparative experiments, exploratory or Q&A modes. Use when user says \"analyze experiment\", \"compare experiments\", \"analyze against baseline\", or provides one or two experiment IDs for analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1297,1300,1301,1302,1303],{"name":1298,"slug":1299,"type":15},"Analytics","analytics",{"name":23,"slug":24,"type":15},{"name":1257,"slug":1258,"type":15},{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},"2026-06-19T09:04:21.212498",{"slug":1306,"name":1306,"fn":1307,"description":1308,"org":1309,"tags":1310,"stars":28,"repoUrl":29,"updatedAt":1320},"agent-observability-experiment-py-bootstrap","generate Python experiment clients for LLM observability","Generates a self-contained Python experiment client that uses the ddtrace.llmobs SDK. Emits either a runnable .py script or a Jupyter .ipynb notebook matching the canonical DataDog reference notebook style. Use when the user says \"generate Python experiment\", \"write an SDK experiment\", \"create a ddtrace experiment\", \"Python notebook experiment\", \"use the Agent Observability SDK\", or has `ddtrace` installed and wants idiomatic SDK code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1311,1312,1315,1316,1317],{"name":23,"slug":24,"type":15},{"name":1313,"slug":1314,"type":15},"Jupyter","jupyter",{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},{"name":1318,"slug":1319,"type":15},"Python","python","2026-06-19T09:04:22.640384",{"slug":1322,"name":1322,"fn":1323,"description":1324,"org":1325,"tags":1326,"stars":28,"repoUrl":29,"updatedAt":1334},"agent-observability-replay-trace","iterate on LLM traces with local code","Use when a developer wants to iterate on ONE specific Agent Observability \u002F LLM Obs trace whose output they didn't like — re-running that trace against their LOCAL code, seeing a concise diff of the old vs new output, and looping (change code → replay → diff) until satisfied. Invoked as \u002Fagent-observability-replay-trace \u003Ctrace-id> [changes to test]. Signals: \"replay this trace\"; \"iterate on a trace\"; \"this trace's output is wrong, fix it and re-run\"; \"re-run trace \u003Cid> with \u003Cchange>\"; pasting a trace id from the Agent Observability UI with a description of what to fix. It fetches the trace via the datadog-llmo MCP or the pup CLI, edits code, re-runs the app to emit a NEW trace, and diffs the two — no local server, no browser. For agents traced with ddtrace \u002F LLM Obs (Python first-class), with JSON-serializable entry input. Do NOT use for: scored Experiments or the browser \"Replay\" button (that's agent-observability-replay-experiment), building an experiment from a dataset\u002FCSV, writing evaluators, root-causing failed traces, or RUM\u002FHTTP session replay.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1327,1328,1329,1330,1331],{"name":23,"slug":24,"type":15},{"name":1254,"slug":1255,"type":15},{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},{"name":1332,"slug":1333,"type":15},"Tracing","tracing","2026-07-31T05:52:08.594182",{"slug":1336,"name":1336,"fn":1337,"description":1338,"org":1339,"tags":1340,"stars":28,"repoUrl":29,"updatedAt":1346},"agent-observability-session-classify","evaluate user intent satisfaction in sessions","Classify whether user intent was satisfied in a Datadog Agent Observability trace or session. Three modes: (1) session_id — classify a single CMD+I assistant session with RUM; (2) trace_id — classify a single Agent Observability trace without RUM; (3) ml_app — sample and classify multiple sessions or traces from a given LLM app. Output is compact by default (verdict + one-sentence reason). Use when evaluating satisfaction, classifying sessions\u002Ftraces, labeling data, or generating signal for agent-observability-eval-pipeline or agent-observability-trace-rca.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1341,1342,1343,1344,1345],{"name":1298,"slug":1299,"type":15},{"name":23,"slug":24,"type":15},{"name":1257,"slug":1258,"type":15},{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},"2026-06-19T09:04:26.341497",{"slug":1348,"name":1348,"fn":1349,"description":1350,"org":1351,"tags":1352,"stars":28,"repoUrl":29,"updatedAt":1358},"agent-observability-trace-rca","diagnose LLM application failures from traces","Root cause analysis on production LLM traces. Diagnoses why an LLM application is failing — works from eval judge verdicts, runtime errors, or structural anomalies depending on what signals are present. Walks the span tree from symptom to root cause. Use when user says \"what's wrong with my app\", \"why is my eval failing\", \"analyze errors\", \"root cause analysis\", \"diagnose failures\", or wants to understand production failure patterns.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1353,1354,1355,1356,1357],{"name":23,"slug":24,"type":15},{"name":1254,"slug":1255,"type":15},{"name":1257,"slug":1258,"type":15},{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},"2026-06-19T09:04:24.316244",{"slug":1360,"name":1360,"fn":1361,"description":1362,"org":1363,"tags":1364,"stars":28,"repoUrl":29,"updatedAt":1370},"agent-skills","use Datadog observability skills","Datadog skills for AI agents. Essential monitoring, logging, tracing and observability.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1365,1366,1369],{"name":23,"slug":24,"type":15},{"name":1367,"slug":1368,"type":15},"Monitoring","monitoring",{"name":17,"slug":18,"type":15},"2026-04-06T18:08:33.337476",{"slug":1372,"name":1372,"fn":1373,"description":1374,"org":1375,"tags":1376,"stars":28,"repoUrl":29,"updatedAt":1390},"datadog-app","build and manage Datadog applications","Guides developers building Datadog Apps with TypeScript, React, the @datadog\u002Fapps scaffolder, and @datadog\u002Fvite-plugin. Use when a user wants to scaffold, run, debug, upgrade, build, upload, publish, upload without publishing (draft upload), add an upload-no-publish script, set up CI\u002FCD, use OAuth or API\u002Fapplication key auth, trigger\u002Fpoll Workflow Automation, choose DDSQL or Action Catalog for backend data access, or query app datastores with DDSQL, including backend function troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1377,1378,1381,1384,1387],{"name":23,"slug":24,"type":15},{"name":1379,"slug":1380,"type":15},"Frontend","frontend",{"name":1382,"slug":1383,"type":15},"React","react",{"name":1385,"slug":1386,"type":15},"TypeScript","typescript",{"name":1388,"slug":1389,"type":15},"Vite","vite","2026-06-18T08:01:32.562331",{"slug":1392,"name":1392,"fn":1393,"description":1394,"org":1395,"tags":1396,"stars":28,"repoUrl":29,"updatedAt":1405},"dd-apm","query Datadog APM traces","APM - install, onboard, instrument, enable, set up, configure, traces, services, dependencies, performance analysis. Use for any request involving Datadog APM setup, instrumentation (SSI, ddtrace, agent install), or analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1397,1398,1401,1402],{"name":23,"slug":24,"type":15},{"name":1399,"slug":1400,"type":15},"Distributed Tracing","distributed-tracing",{"name":17,"slug":18,"type":15},{"name":1403,"slug":1404,"type":15},"Performance","performance","2026-04-06T18:08:34.575282",35,{"items":1408,"total":1463},[1409,1416,1424,1431,1439,1447,1455],{"slug":1232,"name":1232,"fn":1233,"description":1234,"org":1410,"tags":1411,"stars":28,"repoUrl":29,"updatedAt":1245},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1412,1413,1414,1415],{"name":23,"slug":24,"type":15},{"name":1239,"slug":1240,"type":15},{"name":1242,"slug":1243,"type":15},{"name":17,"slug":18,"type":15},{"slug":1247,"name":1247,"fn":1248,"description":1249,"org":1417,"tags":1418,"stars":28,"repoUrl":29,"updatedAt":1263},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1419,1420,1421,1422,1423],{"name":23,"slug":24,"type":15},{"name":1254,"slug":1255,"type":15},{"name":1257,"slug":1258,"type":15},{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},{"slug":1265,"name":1265,"fn":1266,"description":1267,"org":1425,"tags":1426,"stars":28,"repoUrl":29,"updatedAt":1274},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1427,1428,1429,1430],{"name":23,"slug":24,"type":15},{"name":1257,"slug":1258,"type":15},{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},{"slug":1276,"name":1276,"fn":1277,"description":1278,"org":1432,"tags":1433,"stars":28,"repoUrl":29,"updatedAt":1290},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1434,1435,1436,1437,1438],{"name":1282,"slug":1283,"type":15},{"name":1285,"slug":1286,"type":15},{"name":23,"slug":24,"type":15},{"name":1257,"slug":1258,"type":15},{"name":17,"slug":18,"type":15},{"slug":1292,"name":1292,"fn":1293,"description":1294,"org":1440,"tags":1441,"stars":28,"repoUrl":29,"updatedAt":1304},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1442,1443,1444,1445,1446],{"name":1298,"slug":1299,"type":15},{"name":23,"slug":24,"type":15},{"name":1257,"slug":1258,"type":15},{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},{"slug":1306,"name":1306,"fn":1307,"description":1308,"org":1448,"tags":1449,"stars":28,"repoUrl":29,"updatedAt":1320},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1450,1451,1452,1453,1454],{"name":23,"slug":24,"type":15},{"name":1313,"slug":1314,"type":15},{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},{"name":1318,"slug":1319,"type":15},{"slug":1322,"name":1322,"fn":1323,"description":1324,"org":1456,"tags":1457,"stars":28,"repoUrl":29,"updatedAt":1334},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1458,1459,1460,1461,1462],{"name":23,"slug":24,"type":15},{"name":1254,"slug":1255,"type":15},{"name":1260,"slug":1261,"type":15},{"name":17,"slug":18,"type":15},{"name":1332,"slug":1333,"type":15},34]