Agalin
Agalin
## Overview When you do a point in time recovery there is a step where the database must be started through `pg_ctl`. If I understand correctly it happens so all...
**Is your feature request related to a problem? Please describe.** Would be great if there was option to use OpenTelemetry instead of OpenTracing. It seems that it can quickly become...
Source code for both the operator and all the images are available under Apache license. That's clear. But all the prebuilt binaries are hosted on CrunchyData Developer Portal which explicitly...
Adds breadcrumbs and performance traces for PyMongo queries using an official monitoring API. Integration is similar to the one available in OpenTelemetry, tags set to values recommended for attributes by...
* Added guide for PyMongo * Added wizard for PyMongo Docs for [getsentry/sentry-python/#1590](https://github.com/getsentry/sentry-python/pull/1590) TBH I wasn't able to test this change, setting up docs build environment is harder than implementing...
## Overview There should be one more service created for a cluster - one pointing only to a writeable primary. It should not point to any pod if cluster is...
## Idea With standard Devpi deployment using only a single core, it would be nice to use it as efficiently as possible. There are a few "free" speedup packages for...
In short, this does work: ``` # podman run -d -i --runtime /usr/bin/crun alpine 63634bd214c84293bbd00b75d4d64da06bfe1f92fce1a777e2e4331da5611de9 # echo "echo 'test'" | podman attach 6 test ``` while this does not: ```...
### Expected behavior When Skaffold is configured with Helm as a deployer and `--post-renderer` is used in Helm, Skaffold should fail the deployment if configured post renderer exits with code...
Currently it's not possible to use self-managed client certificates in environments that don't allow issuing certs with just`streaming_replica` as the common name. Because those entries in pg_hba take priority, it's...