-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Extracting PM metrics on Kafka Cluster results in duplicate files due to different cases in the same metric names. #980
Comments
@secureaniruddha you can use |
Hi @dhoard Thanks for the swift reply. If there is no option for per metric configuration, is there any way which ensure there should be a single file in any case to avoid duplication? |
@secureaniruddha there is no per-metric configuration to convert the metric name to lowercase. Typically Can you elaborate on what you mean by "file duplication"? |
@dhoard After upgrading files can be generated ok, but extracting pm metrics files has duplicated files in windows. The duplicated files' content are different, and file names differences are: capital letters and lowercase. |
@secureaniruddha This sounds like an issue with the CCRC tool, since the exporter only exposed metrics via HTTP(S). |
One of our customers is trying to extract PM metrics logs and has encountered duplicate files due to different cases with the same metrics names. This means one file contains metrics entries in uppercase and another in lowercase. They want to know if all
java_lang
related PM metrics entries can be configured in lowercase to avoid file duplication.Is it possible to configure all
java_lang
related metrics entries in lowercase, and is it recommended?metrics. zip
The text was updated successfully, but these errors were encountered: