dtctl v0.33.0
This release sharpens agent-mode querying and adds ergonomic flags to the extension and breakpoint commands.
Features
- π€ Clearer scan-limit feedback in agent mode β when a DQL query is truncated by the scan limit, agent-mode output now flags the truncation and includes concrete data-reduction advice, so agents can narrow the query instead of acting on partial results. (#328)
- π¦ Download & inspect extensions β new
download extension <name> --version <ver>streams the raw extension zip to stdout, anddescribe extension --assets=<types>(with--full) inspects bundled assets β alert templates and Smartscape nodes/edges β in-memory without a manual download. (#321) - π― Filtered breakpoints β
create breakpointnow accepts--filters, so you can scope a breakpoint to matching requests instead of capturing everything. (#318)
Bug Fixes
- π Timeseries metrics now carry display metadata β
queryrequests metric-metadata enrichment so timeseries results surface each metric'sdisplayName,description, andunitinstead of bare metric keys. (#330)
Install / upgrade
# Homebrew (macOS/Linux)
brew install dynatrace-oss/tap/dtctl # first time
brew upgrade dtctl # existing installBinaries, checksums, SBOMs, and cosign signatures are attached below.
Full changelog: v0.32.0...v0.33.0