We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Object names with quoted property values are being incorrectly captured by regular expression defined in the JMX exporter configuration.
Current behavior The quotes and the value enclosed by the quotes are being captured.
Expected behavior Only the value enclosed by quotes should be captured.
Example of Prometheus metric after name object name property has been converted to processor label:
name
processor
org_apache_camel_ExternalRedeliveries{context="MyCamel",processor="\"log1\"",type="processors",} 0.0
See file with more examples: metrics.txt
The text was updated successfully, but these errors were encountered:
PR #194 fixes this issue
Sorry, something went wrong.
No branches or pull requests
Object names with quoted property values are being incorrectly captured by regular expression defined in the JMX exporter configuration.
Current behavior
The quotes and the value enclosed by the quotes are being captured.
Expected behavior
Only the value enclosed by quotes should be captured.
Example of Prometheus metric after
name
object name property has been converted toprocessor
label:See file with more examples: metrics.txt
The text was updated successfully, but these errors were encountered: