Skip to content

[BUG] Tag object array result for GroupByTags #808

Open
@evdevk

Description

@evdevk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions