Skip to content
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ Thumbs.db
# Config files with potential secrets
.env
.env.local
.envrc
config.yaml
config.yml
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SBOM (Software Bill of Materials) generation
- Code signing with cosign
- Commands: `auth`, `monitors`, `dashboards`, `slos`, `incidents`
- APM services/entities API commands (`apm services`, `apm entities`, `apm dependencies`, `apm flow-map`)
- Automatic fallback from OAuth2 to API key authentication
- Comprehensive LLM-friendly help text

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ A Go-based command-line wrapper for easy interaction with Datadog APIs.

<!-- Last updated: 2026-02-10 | API Client: v2.54.0 -->

Pup implements **37 of 85+ available Datadog APIs** (43.5% coverage).
Pup implements **38 of 85+ available Datadog APIs** (44.7% coverage).

**Summary:**
- ✅ **34 Working** - Fully implemented and functional
- ✅ **35 Working** - Fully implemented and functional
- ⏳ **3 Planned** - Skeleton implementation, endpoints pending
- ❌ **48+ Not Implemented** - Available in Datadog but not yet in pup

Expand All @@ -42,7 +42,7 @@ See [docs/COMMANDS.md](docs/COMMANDS.md) for detailed command reference.
| Traces | ✅ | `traces search`, `traces list`, `traces aggregate` | APM traces support |
| Events | ✅ | `events list`, `events search`, `events get` | Infrastructure event management |
| RUM | ✅ | `rum apps`, `rum sessions`, `rum metrics list/get`, `rum retention-filters list/get` | Apps, sessions, metrics, retention filters (create/update pending) |
| APM Services | | - | Not yet implemented |
| APM Services | | `apm services`, `apm entities`, `apm dependencies`, `apm flow-map` | Services stats, operations, resources; entity queries; dependencies; flow visualization |
| Profiling | ❌ | - | Not yet implemented |
| Session Replay | ❌ | - | Not yet implemented |
| Spans Metrics | ❌ | - | Not yet implemented |
Expand Down
Loading