influxdata / chronograf

Open source monitoring and visualization UI for the TICK stack
https://www.influxdata.com/time-series-platform/chronograf/
Other
1.51k stars 258 forks source link

Tags Containing Leading 0s or other characters are mangled #4818

Closed dlouisroberts closed 5 years ago

dlouisroberts commented 5 years ago

Details:

I have a measurement with a tag that is a randomly generated Globally Unique Identifier. When using the Influx CLI, queries display the tag correctly. Further, when exporting a .csv using Chronograf the tag displays correctly; however, in the Chronograf GUI, some values are converted to decimal notation, truncated, or otherwise altered.

I've attached a screenshot of a subset of results of the SHOW TAG VALUES query showing that some tags are correctly formatted while others are mangled.

screen shot 2018-11-15 at 12 36 12 am

russorat commented 5 years ago

@dlouisroberts thanks for the report! we will investigate!