getsentry / relay

Sentry event forwarding and ingestion service.
https://docs.sentry.io/product/relay/
Other
312 stars 85 forks source link

Make the aggregator partition aware #3737

Open iambriccardo opened 2 weeks ago

iambriccardo commented 2 weeks ago

The metrics aggregator is now generating partitions of a bucket when flushed and syncing partitions using flush times based on the partition key.

This mechanism works well in practice but we would like to try and implement partitions directly into the aggregator so that at each flush cycle we will flush a single partition.

Related to: https://github.com/getsentry/team-ingest/issues/258