Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Histogram/UpDownCounter Custom Tags Bug #7697

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

kkeirstead
Copy link
Member

@kkeirstead kkeirstead commented Nov 20, 2024

Summary

During a refactor, an AggregatePercentilePayload concept was built on top of PercentilePayload, and was not properly updated in IsMeter. It would appear that UpDownCounterPayload was also not updated correctly. Formatting tests were added for both to ensure tags were showing up as expected.

Closes #7654

Release Notes Entry

Fixed an issue with custom tags not showing up for Histogram and UpDownCounter meters

@kkeirstead kkeirstead requested a review from a team as a code owner November 20, 2024 20:56
@schmittjoseph
Copy link
Member

Reminder to tag this with update-release-notes and a descriptive release notes entry

@kkeirstead kkeirstead added the update-release-notes Pull requests that should be mentioned in the release notes label Nov 20, 2024
@kkeirstead kkeirstead merged commit 8be4a98 into dotnet:main Dec 11, 2024
26 checks passed
@kkeirstead
Copy link
Member Author

/backport to release/8.0

Copy link
Contributor

Started backporting to release/8.0: https://github.com/dotnet/dotnet-monitor/actions/runs/12321196622

@kkeirstead
Copy link
Member Author

/backport to release/9.x

github-actions bot pushed a commit that referenced this pull request Dec 13, 2024
* Added aggregate payload and updowncounter

* Added additional tests for histogram and up down counter tags
Copy link
Contributor

Started backporting to release/9.x: https://github.com/dotnet/dotnet-monitor/actions/runs/12321199470

github-actions bot pushed a commit that referenced this pull request Dec 13, 2024
* Added aggregate payload and updowncounter

* Added additional tests for histogram and up down counter tags
kkeirstead added a commit that referenced this pull request Dec 14, 2024
* Added aggregate payload and updowncounter

* Added additional tests for histogram and up down counter tags

Co-authored-by: kkeirstead <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update-release-notes Pull requests that should be mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Histogram custom tags are not parsed correctly and not showing up.
3 participants