https://github.com/Netflix/atlas
Revision 24eedd2e4fd62eebfdb0cf94a29c81333d6edf4e authored by brharrington on 13 February 2018, 20:41:58 UTC, committed by GitHub on 13 February 2018, 20:41:58 UTC
Fixes #754. Exposes the set of keys that were used
explicitly as part of a group by in the time series
messages emitted by fetch and streaming evaluation.

This is useful for things like canary analysis that
generate a set of lines for multiple clusters and
need a reliable way to find the correlated entries
from the baseline and canary. Since the tags will
contain exact matches from the query as well as
keys used in the group by, this change will allow
the user to extract just the keys from the group by
and ignore other exact match tags coming from the
scope used on the query.
1 parent 853956d
History
Tip revision: 24eedd2e4fd62eebfdb0cf94a29c81333d6edf4e authored by brharrington on 13 February 2018, 20:41:58 UTC
add group by keys to time series message (#783)
Tip revision: 24eedd2
File Mode Size
src

back to top