You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Unknown(String) variant to relay_profiling::MeasurementUnit. Let Profiling team decide whether or not to drop unknowns in processing Relays. -> Not necessary right now because we don't parse profiles in non-processing relays.
BucketValue: Drop buckets with unknown type on deserialization. // bucketvalues are only sent from relay to relay, so no need forward compatibility in external relays
adds an unknown field to SessionStatus enum. This is for cases where a
user has an outdated relay and receives an enum variant not in his
version of relay. In those cases the name of the enum will be stored in
a string and be passed on.
#1639
RuleType
andSamplingMode
fix(sampling): Forward compatibility for config #1641Other(u8)
toSpanStatus
feat(common): Add catch-all status code variant for SpanStatus #1737@jjbayer will check if we need different behavior in processing relays, and how.
Unknown(String)
toSessionStatus
. Do not extract metrics for unknown, but do forward session payloads. Remove in processing Relays. // pr: feat(general): Add unknown SessionStatus variant #1736Unknown(String)
variant torelay_profiling::MeasurementUnit
. Let Profiling team decide whether or not to drop unknowns in processing Relays. -> Not necessary right now because we don't parse profiles in non-processing relays.BucketValue
: Drop buckets with unknown type on deserialization. // bucketvalues are only sent from relay to relay, so no need forward compatibility in external relaysMoved to separate issue: Make pii config forward-compatible #1751
RateLimitScope
: Skip unknown scopes (e.g. by skipping rule on deserialization). -> This already has a fallback viaQuotaScope
, seerelay/relay-quotas/src/rate_limit.rs
Lines 122 to 123 in 337a8a0
The text was updated successfully, but these errors were encountered: