Llandy Riveron Del Risco

Results 8 issues of Llandy Riveron Del Risco

### Brief summary Trying to run tests with `make tests` on macos with `golang 1.18` results in errors while the expected output is for them to complete. The problem seems...

bug

## Description `get_decorator_name` would fail with an `AttributeError` on decorators on the style of the `prometheus_client` where you actually have a call in between instead of just at the end...

Hello, I just wanted to raise awareness about an issue that I mainly encountered when working with the python prometheus client. The `get_decorator_name` function seems to assume that after cycling...

Currently [pytheus-backend-rs](https://github.com/Llandy3d/pytheus-backend-rs) has a `OutSample` class used to send the samples back to python, this was done because we couldn't duplicate the `Sample` class name as it was needed for...

It would be nice to support the pushgateway for things like batch or ephemeral jobs. https://github.com/prometheus/pushgateway

enhancement
help wanted

For supporting async python initial changes where merged for decorators & context managers: - https://github.com/Llandy3d/pytheus/pull/37 This works fine for single process but for multiprocess support the current offered solution makes...

enhancement

It would be nice to have a small tutorial on how to collect metrics from celery

documentation

Currently we are using a `RegistryProxy` class to allow the library user to set it's custom registry. We should explore a way to configure the registry on config loading similar...