Open
Description
Related to #755
this bug is still around in latest 0.16.1 link
typical request without alias like:
seriesByTag('name=system.system.load5', 'host=server1234')
works ok. response tags array looks like:
tags:Object
contur:"prod"
host:"server1234"
interval:"15s"
ostype:"linux"
same request with groupbytags:
groupByTags(seriesByTag('name=system.system.load5', 'host=server1234'), 'max', 'host')
have response array like this:
tags:Object
host:"server1234"
name:"max"
with older versions 0.15.5 works ok.