relay icon indicating copy to clipboard operation
relay copied to clipboard

Sentry event forwarding and ingestion service.

Results 203 relay issues
Sort by recently updated
recently updated
newest added

### Problem Statement With AWS moving to charging users for all IPv4 addresses (EIPs), not just unused EIPs, extremely-large and extremely-small customers are being financially incentivised to move to IPv6-only...

Feature
Other

We should split the Regex pools into multiple pools, one per usecase: - Project Config - Cardinality - Quotas - Misc (metric meta) The configuration should accept the config we...

Follow-up after: #3829 We can now switch the pool for project configs to an async pool and client and instead of a lot of `spawn_blocking` calls in an async context...

maintenance

> Written in collaboration with @loewenheim ## Goal The goal of this pull-request is to remove `relay_cabi`, `relay_ffi` and `relay_ffi_macros` and replace it with a more modern approach: pyo3. The...

After #3662 - Update billing consumer to *not* emit accepted outcomes for transaction metrics with the `sampled: true` tag - Update transaction consumer to *not only* emit accepted outcomes for...

filler

Once we can read COGS data from our statsd metrics, there is no longer a need to emit the metrics to Kafka and we can remove the dependeny.

filler
maintenance

We do not generate any outcomes for dropped buckets: https://github.com/getsentry/relay/blob/4cb923f0667da94801039ff2cbd99635221dd97b/relay-metrics/src/aggregation.rs#L2006-L2009 Not sure if it even makes sense to submit outcomes at the point where the metrics aggregator shuts down, because...

maintenance

It is unconditionally enabled in getsentry, we should remove the feature flag.

filler
maintenance
Ingestion & Processing
Task