Skip to content
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

Fix JMX invalid composite value type log message #3849

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

JonasKunz
Copy link
Contributor

@JonasKunz JonasKunz commented Oct 24, 2024

What does this PR do?

For JMX metrics we support composite values: Each entry becomes a separate metric.
However, this only works as long as the values of the entries in the composite are numbers. Otherwise we'll print a warning.

This warning was a bit misleading, because it would print the entire composite instead of just the offending value, which gets fixed by this PR.

Checklist

  • This is a bugfix

SylvainJuge
SylvainJuge previously approved these changes Oct 24, 2024
@JonasKunz JonasKunz merged commit 1545f3b into elastic:main Oct 25, 2024
14 checks passed
@JonasKunz JonasKunz deleted the fix-jmx-log branch October 25, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants