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

Add incorrectly-omitted tags to OpenMetrics (Prometheus) output for timers #3643

Merged
merged 2 commits into from
Nov 15, 2021
Merged

Add incorrectly-omitted tags to OpenMetrics (Prometheus) output for timers #3643

merged 2 commits into from
Nov 15, 2021

Conversation

tjquinno
Copy link
Member

Resolves #3451

The earlier changes addressing this issue accidentally omitted tags from some of the timer-only output.

This PR corrects that.

New tests check both histogram and timer output for tags.

Signed-off-by: tim.quinn@oracle.com tim.quinn@oracle.com

…imers; add tests

Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
@tjquinno tjquinno added this to the 2.4.1 milestone Nov 15, 2021
@tjquinno tjquinno self-assigned this Nov 15, 2021
ljnelson
ljnelson previously approved these changes Nov 15, 2021
Copy link
Member

@ljnelson ljnelson left a comment

Choose a reason for hiding this comment

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

Seems simple enough!

@tjquinno tjquinno merged commit afb13ea into helidon-io:master Nov 15, 2021
@tjquinno tjquinno deleted the timer_tags branch November 15, 2021 22:00
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.

Prometheus histogram (and timer) output omits tags from some elements
2 participants