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

Prometheus format problems #1427

Merged
merged 5 commits into from
Feb 21, 2020
Merged

Conversation

spericas
Copy link
Member

Do not repeat LINE and HELP lines in Prometheus format as this is a violation that can be flagged by tools with validation enabled. This can happen for metrics with same name and different tags. We now keep track of TYPE and HELP lines added to format to avoid repetition.

…iolation that can be flagged by tools with validation enabled. This can happen for metrics with same name and different tags. We now keep track of TYPE and HELP lines added to format to avoid repetition.
@spericas spericas added the bug Something isn't working label Feb 21, 2020
@spericas spericas added this to High priority in Backlog Feb 21, 2020
@spericas spericas moved this from High priority to Normal priority in Backlog Feb 21, 2020
@spericas spericas modified the milestones: 2.0.0, 1.4.2 Feb 21, 2020
Copy link
Member

@tjquinno tjquinno left a comment

Choose a reason for hiding this comment

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

Mostly looks good to me. I've mentioned a few possible changes if you agree.

@tjquinno tjquinno merged commit bf614ef into helidon-io:helidon-1.x Feb 21, 2020
Backlog automation moved this from Normal priority to Closed Feb 21, 2020
spericas added a commit to spericas/helidon that referenced this pull request Feb 24, 2020
…ELP lines in Prometheus format as this is a violation that can be flagged by tools with validation enabled. This can happen for metrics with same name and different tags. We now keep track of TYPE and HELP lines added to format to avoid repetition.
spericas added a commit that referenced this pull request Feb 25, 2020
…in Prometheus format as this is a violation that can be flagged by tools with validation enabled. This can happen for metrics with same name and different tags. We now keep track of TYPE and HELP lines added to format to avoid repetition. (#1440)
akarnokd pushed a commit to akarnokd/helidon that referenced this pull request Feb 26, 2020
…ELP lines in Prometheus format as this is a violation that can be flagged by tools with validation enabled. This can happen for metrics with same name and different tags. We now keep track of TYPE and HELP lines added to format to avoid repetition. (helidon-io#1440)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working metrics
Projects
Backlog
  
Closed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants