OpenTSDB / tcollector

Data collection framework for OpenTSDB
http://opentsdb.net
GNU Lesser General Public License v3.0
513 stars 359 forks source link

fixed unicode problem #437

Closed xujianzhen closed 5 years ago

xujianzhen commented 5 years ago

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.