This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Description
we currently support partitioning series with
bySeries uses just the series name field. For tag based series there could be 100s of 1000s of series with the same name. This could lead to the split between partitions being unbalanced.
Ideally, bySeries would just use nameWithTags, but this would break existing deployments that are already using tags. So instead we need to add a new partitioning scheme, eg bySeriesWithTags