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 ImpalaToPrometheusName: replace single quote to underscore #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

e11it
Copy link

@e11it e11it commented Aug 31, 2023

Some metrics name in Java 11 contains single quote(example: CodeHeap 'profiled methods').
Single quote not allowed for prometheus metrics.

This fix resolve this issue by replace single quote with underscore.

Some metrics name in Java 11 contains single quote(example: `CodeHeap 'profiled methods'`).
Single quote not allowed for prometheus metrics.
@bartash
Copy link
Member

bartash commented Sep 5, 2023

Thanks for your contribution! We don't use pull requests in Apache Impala, we use Gerrit instead: https://gerrit.cloudera.org/.

https://cwiki.apache.org/confluence/display/IMPALA/Using+Gerrit+to+submit+and+review+patches has a walkthrough for uploading patches for review.

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.

2 participants