Agalin

Results 53 comments of Agalin

I like the approach used by both aiohttp and uvicorn - "use if installed, provide a single extra which installs them".

I've just enabled dynamic sampling in 22.11. That feature flag is not enough (even in 22.12 which removes server-side-sampling feature flag that's also necessary in 22.11). Dynamic sampling needs a...

While we're also affected, it's not really a linkerd issue. Linkerd cni insertion works properly. It's calico that mindlessly overrides the whole CNI config on startup removing linkerd in the...

I've modified `install-cni.sh` to include `modify` in observed events and to try updating config for `MODIFY` event. Seems to fix the issue. Linkerd CNI pod log ``` [2023-11-14 12:47:36] Wrote...

Just FYI: we have been using this workaround since my last message and I'm not aware of any issues related to it in those 4 months.

Looks like it's finally there. Today's commit to postgres-operator repo adds upgrade logic.

Yes, it's about this commit. It indeed doesn't provide a dockerfile but to my understanding there won't be a separate container anymore - this commit introduces upgrade handling logic to...

Yay, it's happening! Should I add an entry in the main Sentry codebase that adds integration recommendation? It couldn't be done earlier as version number is required.

I'd really like this to support more than just "error" and "warning". While discussion in this issue is mostly about editor, ruff is also used in CI and CI apps...

First step (failover to another dc) is expected to be manual. I don't think it would be safe to automate without a PGO being multicluster-aware. Yeah, it should be possible...