Skip to content

fix: preserve quantile level in dashboard UI export#1735

Merged
kodiakhq[bot] merged 2 commits intohyperdxio:mainfrom
alex-clickhouse:fix/dashboard-export-quantile-level
Feb 14, 2026
Merged

fix: preserve quantile level in dashboard UI export#1735
kodiakhq[bot] merged 2 commits intohyperdxio:mainfrom
alex-clickhouse:fix/dashboard-export-quantile-level

Conversation

@alex-clickhouse
Copy link
Contributor

@alex-clickhouse alex-clickhouse commented Feb 13, 2026

Reorder RootValueExpressionSchema Zod union branches so the quantile/histogram branch (with required level field) is checked before the general branch. Previously, aggFn: 'quantile' matched the general branch first, causing level to be stripped during schema parsing.

Fixes #1734

Reorder RootValueExpressionSchema Zod union branches so the
quantile/histogram branch (with required `level` field) is checked
before the general branch. Previously, `aggFn: 'quantile'` matched
the general branch first, causing `level` to be stripped during
schema parsing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@changeset-bot
Copy link

changeset-bot bot commented Feb 13, 2026

⚠️ No Changeset found

Latest commit: 85dc895

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Feb 13, 2026

@alex-clickhouse is attempting to deploy a commit to the HyperDX Team on Vercel.

A member of the Team first needs to authorize it.

@alex-clickhouse alex-clickhouse marked this pull request as ready for review February 13, 2026 16:11
@vercel
Copy link

vercel bot commented Feb 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hyperdx-v2-oss-app Ready Ready Preview, Comment Feb 13, 2026 4:22pm

Request Review

Copy link
Contributor

@MikeShi42 MikeShi42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kodiakhq kodiakhq bot merged commit fbeaf15 into hyperdxio:main Feb 14, 2026
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Dashboard JSON export drops level property from quantile aggregation selects

2 participants