-
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
Metric name "_info" suffix gets trimmed #982
Comments
The relevant code is here...
@fstab, do you remember the specifics around why we sanitize the name? |
@fstab The code change was introduced as part of metric name collision work. Do you remember the specifics? |
We do have the same issue: Beans:
Rule:
returned metrics:
The deleted metrics works but the created metric is trimmed. |
Thanks for reporting this. The reason is that the
Unfortunately I think |
Hi,
trying to implement a ruleset for some service, running jmx_exporter 1.0.1 as standalone I'm facing a weird issue which I'm not sure I understand.
I have the following rule for which the "_info" suffix in the name gets dropped. If I employ another suffix or add additional characters to the suffix "_info" it remains.
Resulting metric name:
jvm_runtime{runtime="OpenJDK_Runtime_Environment",vendor="Amazon.com_Inc.",version="17.0.7+7-LTS"} 1.0
Why does "_info" get removed from the name?
The text was updated successfully, but these errors were encountered: