Isilon / isilon_data_insights_connector

Connector to fetch stats from OneFS and push them to InfluxDB/Grafana
MIT License
74 stars 36 forks source link

Statistics tags turned into fields after update to latest SDK #95

Closed tenortim closed 4 years ago

tenortim commented 4 years ago

The code to parse the statistics results checks for "str" to determine if it should make the entry a tag but in Python 2, "unicode" is also a valid type and the newest SDK is returning unicode.

tenortim commented 4 years ago

Fix merged in PR #96.