Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

partitioning metrics by nameWithTags (aka shard by tag) #1123

Closed
woodsaj opened this issue Oct 30, 2018 · 1 comment
Closed

partitioning metrics by nameWithTags (aka shard by tag) #1123

woodsaj opened this issue Oct 30, 2018 · 1 comment
Assignees
Labels

Comments

@woodsaj
Copy link
Member

woodsaj commented Oct 30, 2018

we currently support partitioning series with

  • byOrgId
  • bySeries

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

@replay replay mentioned this issue Nov 14, 2018
@Dieterbe Dieterbe added the Epic label Mar 29, 2019
@Dieterbe Dieterbe self-assigned this Mar 29, 2019
@Dieterbe Dieterbe changed the title support partitioning metrics by nameWithTags partitioning metrics by nameWithTags (aka shard by tag) Apr 12, 2019
@robert-milan robert-milan mentioned this issue May 21, 2019
27 tasks
@Dieterbe Dieterbe assigned woodsaj and unassigned Dieterbe May 28, 2019
@robert-milan
Copy link
Contributor

Closed by #1427

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants