-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Jolokia support multiple dimensions #1481
Comments
Hm, I don't know anything about Go, but to me it looks like at least it was meant to be handled: telegraf/plugins/inputs/jolokia/jolokia.go Line 248 in 8742ead
So maybe this is a bug rather than a new feature. |
I don't have the ability to test, but PRs would be appreciated :). |
+1 on this
The desired behavior would be to unpack the map returned by JMX into multiple fields of the proper type instead of storing the map into a single string field. Not sure if it is a bug or just not included in the plugin's implementation. |
I have created a PR with a quick fix. A workaround until it is merged is to configure multidimensional attributes separately, e.g.
instead of
|
Feature Request
Proposal:
Currently jolokia doesn't support data returned with multiple dimensions.
Current behavior:
Config:
Output:
Desired behavior:
The text was updated successfully, but these errors were encountered: