docs(readme): add comprehensive API coverage matrix#4
Merged
Conversation
Add detailed API coverage matrix showing implementation status for all Datadog APIs: - 33 implemented commands across 8 user-centric categories - Status indicators: ✅ Working (23),⚠️ Blocked (7), ⏳ Planned (3), ❌ Not Implemented (52+) - Collapsible HTML sections for mobile-friendly navigation - Coverage statistics (38.8% of 85+ available APIs) - Links to detailed command reference and GitHub issues Key sections: - Core Observability (5/9): Metrics, Logs, Traces, Events, RUM - Monitoring & Alerting (6/9): Monitors, Dashboards, SLOs, Synthetics - Security & Compliance (4/9): Security Monitoring, Vulnerabilities, Audit Logs - Infrastructure & Cloud (5/8): Hosts, Tags, Network, AWS, GCP, Azure - Incident & Operations (5/7): Incidents, On-Call, Error Tracking - CI/CD & Development (1/3): CI Visibility - Organization & Access (4/6): Users, Organizations, API Keys - Platform & Configuration (4/6): Usage, Integrations, Pipelines Helps users understand what's available vs implemented and provides clear path to request missing features. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
📊 Test Coverage ReportThreshold: 80% ❌ Coverage by Package📈 Coverage Status: ❌ FAILED - Coverage below minimum threshold Updated for commit 88d4b1a |
platinummonkey
added a commit
that referenced
this pull request
Mar 18, 2026
Resolves Dependabot alert #4 (GHSA-vxx9-2994-q338). yamux < 0.13.10 can panic when processing a crafted inbound Data frame with SYN set and body length > DEFAULT_CREDIT (262145). The panic is remotely reachable without authentication. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a comprehensive API coverage matrix to README.md showing what Datadog APIs are available vs implemented in pup, making it easy for users to understand feature coverage and gaps.
Changes
Categories
Benefits
Testing
🤖 Generated with Claude Code