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
groupByTags aggregates together multiple series that have the same values for a specific set of tags. Each of the series may have other tags too, but are discarded because not all series in a group may have the same values for those other tags.
If current behavior mimics graphtie-web - that probably means if there will be a fix - it would be under its own feature flag, and I would work on that at low priority (taking into account amount of open issues and amount of free time I'm spending on the project now - likely never), but PRs that changes behavior under feature flag are welcome, I would gladly merge something like that if it doesn't change default behavior for people.
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:
same request with groupbytags:
groupByTags(seriesByTag('name=system.system.load5', 'host=server1234'), 'max', 'host')
have response array like this:
with older versions 0.15.5 works ok.
The text was updated successfully, but these errors were encountered: