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 incorrect handling of omitted display name (and description) revealed by gRPC #3178

Merged
merged 1 commit into from
Jul 7, 2021
Merged

Fix incorrect handling of omitted display name (and description) revealed by gRPC #3178

merged 1 commit into from
Jul 7, 2021

Conversation

tjquinno
Copy link
Member

@tjquinno tjquinno commented Jul 7, 2021

Resolves #3177

In some of the metrics generalization done for 2.3.0 (to support MP metrics and Micrometer), some changes incorrectly assigned the displayName and description for a metric's metadata even if those were omitted from a metrics annotation. They should be left unassigned in that case.

The changes here correct that in the metrics code and in some similar code in gRPC metrics.

@tjquinno tjquinno added this to the 2.3.2 milestone Jul 7, 2021
@tjquinno tjquinno requested review from rlubke and spericas July 7, 2021 18:02
@tjquinno tjquinno self-assigned this Jul 7, 2021
@tjquinno tjquinno merged commit c55b1f4 into helidon-io:master Jul 7, 2021
@tjquinno tjquinno deleted the fix-grpc-metrics branch July 7, 2021 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate metric registration failure after migrating from 2.2.0 to 2.3.1
3 participants