-
Notifications
You must be signed in to change notification settings - Fork 693
Don't pass meter descriptions as units #6448
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
Conversation
@dotnet-policy-service agree |
Looks like a cut and dried bug. Second argument is unit, not description. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to have a test. Can be done as a follow up.
Does this need to be backported? |
/backport to release/9.0 |
Started backporting to release/9.0: https://github.com/dotnet/aspire/actions/runs/11492020195 |
Description
When publishing as prometheus metrics the kafka gauge metrics are exported as
This may be because the description is passed as a unit.
Fixes #6447
Checklist
<remarks />
and<code />
elements on your triple slash comments?Microsoft Reviewers: Open in CodeFlow