Michael Wilson
Michael Wilson
# Background At present, metrics emitted by AppMetricsBeforeMiddleware are not labeled and no hook exists to apply ad-hoc labels to these metrics; see: https://github.com/korfuri/django-prometheus/blob/a304687214825f766077e4de0b5d0be7555feb81/django_prometheus/tests/end2end/testapp/test_middleware_custom_labels.py#L19-L46 # Proposal Add a `label_metric()` method...
#### What's the problem this feature will solve? As an engineer looking to `pip-sync` a Python project packaged using `pip-tools`, I expect scripts defined with `entry_points` (using setup.py) and/or `project.scripts`...
# Description Additional kwargs which are intended to be passed along to low-level S3 code are ignored when writing a zero-length file. This behavior causes headers such as `ContentMD5` to...
Looks like bintray no longer exists, yet is a source of dependencies for this project: https://github.com/airbnb/kafka-statsd-metrics2/blob/master/build.gradle#L15 Additionally, bintray is also mentioned in the README.
### What are you really trying to do? Operate a heavily-loaded multiprocess worker. ### Describe the bug In a heavily-loaded multiprocess worker with activities that may possibly be issuing heartbeats...
Hi there, I'm looking to set up logical replication for change data capture. This requires running postgres with `wal_level = logical` per the postgres docs: https://www.postgresql.org/docs/14/logical-replication-config.html ; is it possible...