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

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

@woodsaj

Description

@woodsaj

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions