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

Much of the metric is filtered out due to Unicode encoding issues in hadoop_http.py #436

Closed
xujianzhen opened this issue Nov 14, 2019 · 2 comments
Milestone

Comments

@xujianzhen
Copy link
Contributor

When hbase metric is collected through collector in the poll() method of hadoop_http.py, when value is of type Unicode, it is filtered by is_numeric, which determines whether value is a (int, long, float) and subclass.Hence the need for compatibility with Unicode types

@xujianzhen
Copy link
Contributor Author

And I already mentioned pr

@bjozet
Copy link
Contributor

bjozet commented Sep 18, 2020

PR #437 is merged, this can be closed.

@johann8384 johann8384 added this to the 1.3.3 milestone Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants