impala icon indicating copy to clipboard operation
impala copied to clipboard

Fix ImpalaToPrometheusName: replace single quote to underscore

Open e11it opened this issue 2 years ago • 1 comments

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.

e11it avatar Aug 31 '23 14:08 e11it

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.

bartash avatar Sep 05 '23 17:09 bartash