You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I write a point with tags, the write works fine, but subsequent read doesn't show the tags, only time, name and value. However if I include a read filter on a tag, then all tags also show up in the result set.
The same behavior is not observed for points which weren't written in with juttle, but instead generated by tcollector that comes in this docker image; all their tags are shown in plain read.
Also, tag values that contain spaces do something even odder: the write succeeds, but I can't read back those points at all, see below.
Example of needing to filter on the tag in order to see tag value in the data:
When I write a point with tags, the write works fine, but subsequent read doesn't show the tags, only time, name and value. However if I include a read filter on a tag, then all tags also show up in the result set.
The same behavior is not observed for points which weren't written in with juttle, but instead generated by tcollector that comes in this docker image; all their tags are shown in plain read.
Also, tag values that contain spaces do something even odder: the write succeeds, but I can't read back those points at all, see below.
Example of needing to filter on the tag in order to see tag value in the data:
Example of not reading back the data at all if the tag string contained spaces:
As you can see, the point whose tag was
a little tag
(with spaces) doesn't get read back at all.The text was updated successfully, but these errors were encountered: