← All plugins
datadog
v0.1.2Investigate Datadog telemetry and workflows from Codex
Codex
by DatadogApache-2.05kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/datadog/ inside the repository.
Layout
plugins/datadog/
└── .codex-plugin/plugin.json
Manifests1
plugins/datadog/.codex-plugin/plugin.json
{
"name": "datadog",
"version": "0.1.2",
"description": "Investigate Datadog telemetry and workflows from Codex",
"author": {
"name": "Datadog",
"url": "https://www.datadoghq.com/"
},
"homepage": "https://www.datadoghq.com/",
"repository": "https://github.com/openai/plugins",
"license": "Apache-2.0",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Datadog (Preview)",
"shortDescription": "Investigate logs, metrics, traces, and incidents",
"longDescription": "Analyze, investigate, and act on your Datadog telemetry directly from Codex using natural language. Ask questions about your production applications, identify, visualize, and remediate issues in your critical services. Run agentic loops to ensure you continue to maintain good observability and service management posture.",
"developerName": "Datadog",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Writes"
],
"websiteURL": "https://www.datadoghq.com/",
"privacyPolicyURL": "https://www.datadoghq.com/legal/privacy/",
"termsOfServiceURL": "https://www.datadoghq.com/legal/terms/",
"defaultPrompt": [
"What are the top errors in my services? Include links and widgets.",
"What monitors are alerting right now for my team's services?",
"How does the p99 latency for services with the most traffic compare to what we usually see? Provide evidence"
],
"brandColor": "#632CA6",
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png",
"screenshots": []
}
}