relay
relay copied to clipboard
Sentry event forwarding and ingestion service.
Follow-up work to https://github.com/getsentry/relay/issues/2960. Prepare for SDKs switching from transactions to sending only spans. SDKs will send spans from the same segment in one envelope, but no more transaction. There...
Since we deployed the multi-write Redis client but didn't enable it, we saw an increase by 2x of the number of Redis connections in S4S only. This ticket involves the...
Relay fails to parse the DSC with the debug message `failed to parse sampling context error=invalid type: floating point `1`, expected a string`. ``` relay-1 | 2024-10-02T08:04:02.957498Z DEBUG relay_server::envelope: failed...
Redis spans were intended to be filtered out of the Queries insights module, since it currently only supports SQL. This used to work via a check for `*redis*` in the...
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.2 to 0.12.3. Release notes Sourced from tonic's releases. v0.12.3 0.12.3 (2024-08-29) Features server: Added support for grpc max_connection_age (#1865) build: Add #[deprecated] to deprecated client methods...
Trace-based sampling decisions take their input from the `"trace"` envelope header a.k.a. `DynamicSamplingContext`. One of the DSC fields in `"transaction"`. For span streaming, SDKs might send multiple spans with different...
Hi! For a long time relay can't be restarted normally at least on upgrade. ``` 2024-09-29T10:59:28.950928Z INFO relay_system::controller: SIGTERM received, stopping in 8s 2024-09-29T10:59:28.950996Z INFO relay_server::services::outcome_aggregator: outcome aggregator stopped 2024-09-29T10:59:28.957884Z...