impala
impala copied to clipboard
Fix ImpalaToPrometheusName: replace single quote to underscore
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.
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.