Bartek Ogryczak

Results 7 issues of Bartek Ogryczak

Steps to reproduce: 1. create a table with few columns 2. generate some row events 3. drop a column from that table 4. generate some more row events 5. start...

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. go to Sentry for Sentry 2. click on _"Stats"_ 3. choose _"Sentry"_ project 4. choose category _"Metrics"_ ### Expected Result Actual...

Component: Performance

Allow setting all options via environment variables using `LLM` as the default prefix. Note that for groups (subcommands) the prefix includes group name; `LLM_{group:upper}`. Example: ```shell $ LLM_CHAT_MODEL_ID=mistral-7b-instruct-v0 llm chat...

Pulling out parametrization logic out of grouping.strategies.message and making it more reusable: - regex split into individual composable components; - using regex lookbehind instead of adding and removing `=` hack...

Scope: Backend

Reverts getsentry/sentry#71572 Reverting as mitigation for INC-811 We need to figure out better way to scale for CPU-bound workload.

Scope: Backend

Underlying problem — `flake8-logging` does not fully catch these if they're coming for a dynamic dictionary rather than a literal. Changes: - Updating the `throwaway` list of `extra` fields that...

Scope: Backend

[Leaky bucket](https://en.wikipedia.org/wiki/Leaky_bucket) rate limiter which allows for defining both max burst rate as well as sustained rate limit. - While the bucket is not yet full, the requests are accepted...

Scope: Backend