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.
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.