Bug Fixes
spam-filters: Fix spam filter FilterCriteria format in fixtures and tests to match the Dash0 API schema (#134) The filter criteria n...
spam-filters: Fix spam filter FilterCriteria format in fixtures and tests to match the Dash0 API schema (#134)
The filter criteria n...spam-filters: Add spam-filters command with list, get, create, update, and delete subcommands (#132)
Manage dataset-scoped spam...recording-rules: Fix recording rules create and update not passing the dataset as a query parameter (#130)
The --dataset flag and ...recording-rules: Add recording rules commands (create, list, get, update, delete) for managing Prometheus recording rules via the...api: Add experimental api command for raw HTTP calls to the Dash0 API. (#122)
The dash0 -X api command performs a raw HTTP ...notification-channels: Add notification-channels command for managing notification channels (list, get, create, update, delete) (...check-rules: check-rules update now accepts PrometheusRule CRD files (#110)
Previously, check-rules update -f failed with "no ch...agent-mode: Add agent mode for AI coding agents (#68)
When active, agent mode defaults output to JSON, returns errors as JSON o...dashboards: Clear dashboard ID from the request body before update calls to avoid server-side rejection (#101)
When updating a dashb...query: --filter now accepts JSON filter criteria copied from the Dash0 UI (#96)
The --filter flag on logs query and spans query...apply: Migrate asset create/update from Import APIs to standard CRUD APIs (#90)
The apply command and individual asset create...output: The update and apply commands now show a unified diff of changes (#66)dashboards: <asset> list -o yaml and `-o j...dashboards: Accept PersesDashboard CRD files in apply and dashboards create (#85)
PersesDashboard CRDs (perses.dev/v1alpha1 a...logs, spans, traces: Add explorer deep link URL as the first line of output for logs query, spans query, and traces get (#71)
The...synthetic-checks, views: Display the human-readable name instead of the CRD name for synthetic checks and views (#80)
The get, cre...errors: Include API response body in error messages when the backend does not return a structured error (#75)
Previously, error...views: Fix view deeplink URLs to use the correct path for each view type (#72)
Previously, all view deeplinks used /goto/logs re...teams: Add experimental team and member management commands (#47)
New teams commands: list, get, create, update, delete, ...spans: Add spans query command to query spans from Dash0 (#51)
Supports table, CSV, and OTLP JSON output formats with fil...logs: Add dash0 logs query command to query log records from Dash0 (#41)
The command syntax — especially the --filter for...What's Changed feat(ie): make barker resources, affinities and tolerations configurable by @p-d0 in https://github.com/dash0hq/dash0-operat…
Dash0 · Dash0 OperatorNew Components - : Add spam-filters command with list, get, create, update, and delete subcommands (132) Manage dataset-scoped spam filters…
Dash0 · Dash0 CLIAdded moderation support to responses and chatcompletions APIs.
OpenAI · Node SDKAdded moderation support to responses and chatcompletions endpoints.
OpenAI · Python SDK