Conversation
This was referenced Mar 27, 2026
Draft
[frontport] Add k8sattributes processor to enrich trace spans with Kubernetes metadata (#5477)
#5826
Draft
Draft
Open
Draft
Merged
Contributor
Author
This was referenced Mar 27, 2026
26f5647 to
9b1dcf0
Compare
This was referenced Mar 27, 2026
8a3c50d to
1f09211
Compare
34a1636 to
4985da4
Compare
1f09211 to
de03316
Compare
4985da4 to
ab940cb
Compare
ma2bd
approved these changes
Mar 29, 2026
…ti-validator compatibility (#5733)
de03316 to
919fbaf
Compare
ab940cb to
b938894
Compare
Merge activity
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Motivation
Recording rules produce single-valued results per instance, but when aggregating across multiple validators the raw recording rule name returns multiple series. Dashboard panels need to wrap them in
sum().Proposal
Wrap all recording rule references in dashboard panels with
sum()for multi-validator compatibility.Frontport of #5733.
Test Plan
CI