Skip to content

v0.33.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:22
8c19a01

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, and describe extension --assets=<types> (with --full) inspects bundled assets β€” alert templates and Smartscape nodes/edges β€” in-memory without a manual download. (#321)
  • 🎯 Filtered breakpoints β€” create breakpoint now accepts --filters, so you can scope a breakpoint to matching requests instead of capturing everything. (#318)

Bug Fixes

  • πŸ“Š Timeseries metrics now carry display metadata β€” query requests metric-metadata enrichment so timeseries results surface each metric's displayName, description, and unit instead of bare metric keys. (#330)

Install / upgrade

# Homebrew (macOS/Linux)
brew install dynatrace-oss/tap/dtctl   # first time
brew upgrade dtctl                     # existing install

Binaries, checksums, SBOMs, and cosign signatures are attached below.

Full changelog: v0.32.0...v0.33.0