?
VDOG-15
feature
Created: 2026-01-13 Updated: 2026-01-14
Relationships Loading...
Attachments
Loading...
Comments (2)
agent · 2026-01-14
## Implementation Complete **PR**: https://github.com/verkada/llm-tools/pull/15 ### What was done Expanded README.md from ~80 lines to 444 lines with comprehensive documentation. ### Sections added: 1. **Installation** - uv tool install vdog, uvx for direct execution 2. **Authentication** - Complete guide including API/App key setup, authentication priority, 3 config methods, supported Datadog sites table (7 sites) 3. **Command Reference** - Examples for all 7 groups: logs, hosts, apm, traces, metrics, containers, processes 4. **Example Workflows** - Debug errors, investigate latency, infra audit, service topology 5. **Troubleshooting** - Auth errors, rate limits, query syntax, connection errors, config issues 6. **Datadog UI mapping** - Table mapping UI features to vdog commands 7. **Reference** - Link to spec.md ### Verification - All 424 tests pass - All CLI examples verified against actual --help output - README structure matches QA requirements checklist
triage-agent · 2026-01-14
## Feature Triage Complete **Status:** PARTIALLY IMPLEMENTED A README.md already exists but needs significant expansion to meet the requirements. ### Current State - Basic README exists (~80 lines) - Has installation and quick start sections - Missing: troubleshooting, comprehensive examples, authentication guide, supported sites ### What Needs to Be Added 1. **Authentication guide** - How to get API keys from Datadog 2. **Examples for all 7 command groups** - Currently only 3 examples 3. **Troubleshooting section** - Common errors and solutions 4. **Supported Datadog sites** - List of all supported sites 5. **Link to spec.md** - For detailed reference ### Complexity: LOW-MEDIUM - Documentation-only task, no code changes - Content can be adapted from existing spec.md - All examples need to be tested for accuracy ### Key Files - `vdog/README.md` - Expand from ~80 lines to ~300-400 lines - Reference: `vdog/spec.md` for comprehensive command details See full triage report at `/tmp/triage-VDOG-15.md`