Skip to content

feat: accept JSON filter criteria from the Dash0 UI in --filter#98

Merged
mmanciop merged 1 commit intomainfrom
support-json-filters
Mar 19, 2026
Merged

feat: accept JSON filter criteria from the Dash0 UI in --filter#98
mmanciop merged 1 commit intomainfrom
support-json-filters

Conversation

@mmanciop
Copy link
Copy Markdown
Member

The --filter flag on logs query and spans query now accepts JSON arrays and objects as produced by the Dash0 UI "copy filter criteria" feature, in addition to the existing text-based filter syntax.

A JSON array of filter objects expands into multiple filters; a single JSON object is treated as one filter.

JSON and text filters can be mixed freely across multiple --filter flags.

Closes #96

The --filter flag on logs query and spans query now accepts JSON arrays and objects as produced by the Dash0 UI "copy filter criteria" feature, in addition to the existing text-based filter syntax.

A JSON array of filter objects expands into multiple filters; a single JSON object is treated as one filter.

JSON and text filters can be mixed freely across multiple --filter flags.

Closes #96
@mmanciop mmanciop merged commit 5cb4afa into main Mar 19, 2026
15 checks passed
@mmanciop mmanciop deleted the support-json-filters branch March 19, 2026 08:50
@github-actions github-actions bot locked and limited conversation to collaborators Mar 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ensure "copy filter criteria" output works with the --filter option

1 participant