Skip to content

Fix custom metric display#20643

Open
gabotechs wants to merge 1 commit intomainfrom
fix-custom-metric-display
Open

Fix custom metric display#20643
gabotechs wants to merge 1 commit intomainfrom
fix-custom-metric-display

Conversation

@gabotechs
Copy link
Contributor

@gabotechs gabotechs commented Mar 2, 2026

Which issue does this PR close?

Rationale for this change

The custom metrics display is unnecessarily prepending the name of the metric during the display:

network_latency_min_2=name:network_latency_min 274.88µs

When it should just be:

network_latency_min_2=274.88µs

What changes are included in this PR?

Fix to the display

Are these changes tested?

yes, by a new test

Are there any user-facing changes?

@github-actions github-actions bot added the physical-expr Changes to the physical-expr crates label Mar 2, 2026
Copy link
Member

@xudong963 xudong963 left a comment

Choose a reason for hiding this comment

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

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

physical-expr Changes to the physical-expr crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants