Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,18 @@
},
"category": "Productivity"
},
{
"name": "datadog",
"source": {
"source": "local",
"path": "./plugins/datadog"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
},
{
"name": "zoom",
"source": {
Expand Down
7 changes: 7 additions & 0 deletions plugins/datadog/.app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"apps": {
"datadog": {
"id": "asdk_app_69e8c7f174a08191a28b6da96c8062c4"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions plugins/datadog/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "datadog",
"version": "0.1.0",
"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": []
}
}
Binary file added plugins/datadog/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.